
Python Variables Quiz

Quiz
•
Other
•
Professional Development
•
Easy

DirectEd Development
Used 157+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a variable?
A tool to run Python programs
A container that holds information
A mathematical equation
A Python function
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT a rule for naming variables in Python?
A variable name must start with a letter or underscore
Variable names are case-sensitive
A variable name can start with a number
A variable name can contain alpha-numeric characters and underscores
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the single equal sign (=) in Python do?
It compares two values
It assigns a value to a variable
It divides one value by another
It creates a new variable
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many variables are created in the following code? cars = 100 space_in_a_car = 4.0 drivers = 30 passengers = 90 cars_not_driven = cars - drivers cars_driven = drivers carpool_capacity = cars_driven * space_in_a_car average_passengers_per_car = passengers / cars_driven
4
6
8
10
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following variable names is INVALID in Python?
my_variable
_age
1name
Name
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the following line in the code? cars_not_driven = cars - drivers
It creates a variable called cars_not_driven and assigns it the sum of cars and drivers
It creates a variable called cars_not_driven and assigns it the difference between cars and drivers
It prints the value of cars_not_driven
It declares the value of cars and drivers
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of this line of code if drivers = 30 and space_in_a_car = 4.0? carpool_capacity = drivers * space_in_a_car print(carpool_capacity)
34.0
120
12
90
Create a free account and access millions of resources
Similar Resources on Wayground
7 questions
GoCar x drivEV: EV Quick Quiz 2025

Quiz
•
Professional Development
6 questions
Car brands

Quiz
•
5th Grade - Professio...
12 questions
Cabin Crew GMT Quiz

Quiz
•
Professional Development
14 questions
Rocket League

Quiz
•
KG - Professional Dev...
10 questions
BNI AMLP - 02 Change Leadership

Quiz
•
Professional Development
8 questions
Task Mining Quiz

Quiz
•
Professional Development
10 questions
Formation SEA - Etape 3

Quiz
•
Professional Development
11 questions
Cuestionario final. Mercados Financieros

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade