python flashcard

Flashcard
•
Computers
•
12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

20 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What is a correct syntax to output "Hello World" in Python?
Back
print("Hello World")
2.
FLASHCARD QUESTION
Front
How do you create a variable with the numeric value 5?
Back
x=int(5) and x=5
3.
FLASHCARD QUESTION
Front
What is the correct syntax to output the type of a variable or object in Python?
Back
print(type(x))
4.
FLASHCARD QUESTION
Front
What is a correct syntax to return the first character in a string? Options: x=sub."Hello"[0], x="Hello"[0], x=sub("hello",(0,1)
Back
x="Hello"[0]
5.
FLASHCARD QUESTION
Front
What is python named after?
Back
Television show called Monty Python
6.
FLASHCARD QUESTION
Front
What does the print function do in python?
Back
It displays something like a string or integer.
7.
FLASHCARD QUESTION
Front
What symbol do you use to make a comment in Python?
Back
#
Create a free account and access millions of resources
Similar Resources on Wayground
19 questions
Python Essentials 119

Flashcard
•
9th - 12th Grade
15 questions
PYTHON REVIEWER

Flashcard
•
University
16 questions
Python Basics Unit 3.1

Flashcard
•
12th Grade
15 questions
Python Programming Flashcard

Flashcard
•
University
18 questions
Javascript Basics Flashcard Review

Flashcard
•
12th Grade
15 questions
Python modules, operators and random

Flashcard
•
University
16 questions
AP CSA Primitive Types Practice

Flashcard
•
11th Grade
15 questions
Django Flashcard

Flashcard
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade