Python variables and operators quiz

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Brett Kottmann
Used 21+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 5 pts
Which of the following is NOT a valid Python data type?
float
int
str
positive
2.
DRAG AND DROP QUESTION
20 sec • 5 pts
To test whether one number is greater than or equal to another, you would use the (a) conditional operator.
Answer explanation
To combine two operators, just put them next to each other. Thus "greater than or equal to" combines greater than (>) and equal (=): >=
3.
MULTIPLE CHOICE QUESTION
20 sec • 5 pts
Which of the following is a valid Python assignment statement?
x = 3
x := 3
x == 3
x <- 3
4.
MULTIPLE CHOICE QUESTION
20 sec • 5 pts
What is the correct Python syntax to output the type of a variable?
print(type(x))
print(typeof(x))
print(typeof x)
print(type x)
5.
MULTIPLE CHOICE QUESTION
20 sec • 5 pts
How do you insert COMMENTS in Python code?
// this is a comment
/* this is a comment */
# this is a comment
-- this is a comment
6.
MULTIPLE CHOICE QUESTION
20 sec • 5 pts
Which of the following is NOT a Python keyword?
for
while
loop
if
Answer explanation
7.
MULTIPLE CHOICE QUESTION
20 sec • 5 pts
Which of the following will prompt a user for input and assign that input to a variable?
x = input("Please enter your name: ")
x = get(input)
x = prompt("Enter your name: ")
x = "Please enter your name: "
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Python Quiz (part 1)

Quiz
•
9th - 12th Grade
15 questions
ONE 6th FORM Introduction to Python Basics

Quiz
•
11th Grade
20 questions
Python - lists,loops,basics

Quiz
•
9th - 11th Grade
15 questions
Củng Cố - Biến và lệnh gán trong Python

Quiz
•
10th Grade
15 questions
Iteration

Quiz
•
9th - 12th Grade
15 questions
Ôn tập KTGK. Bài 19 Câu lệnh điều kiện If

Quiz
•
10th Grade
21 questions
ÔN TÂP PYTHON TIN 10

Quiz
•
10th Grade
15 questions
Pętla for i while

Quiz
•
9th - 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
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

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

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

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

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

Interactive video
•
9th - 12th Grade