
Python Programming Quiz
Authored by Godwin Promise
Information Technology (IT)
9th - 12th Grade

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a correct way to declare a Python variable?
var x = 5
#x = 5
$x = 5
x = 5
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
True or False: You can declare string variables with single or double quotes.
True
False
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
True or False: Variable names are not case-sensitive.
True
False
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is NOT a legal variable name?
my-var
my_var
Myvar
_myvar
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a correct syntax to add the value 'Hello World', to 3 variables in one statement?
x, y, z = 'Hello World'
x = y = z = 'Hello World'
x|y|z = 'Hello World'
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Insert the correct syntax to convert x into a floating point number.
float
int
str
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Insert the correct syntax to convert x into an integer.
int
float
str
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?