Python Programming Quiz

Quiz
•
Computers
•
9th Grade
•
Medium
Tracy Mayhead
Used 10+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the print() function in Python?
To display output to the console
To read user input
To create a variable
To define a function
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Is Python sensitive to whitespace when defining code blocks?
Yes
No
Only in functions
Depends on the operating system
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which symbol is used to create a list in Python?
( )
[ ]
{ }
< >
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a valid variable name in Python?
1st_variable
my-variable
myVariable
my variable
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you start a function definition in Python?
function myFunction():
def myFunction():
create myFunction():
myFunction():
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code? x = 5 print(x * 2)
10
5
25
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements assigns the value of 10 to the variable x in Python?
x:=10
let x = 10
x = 10
x ← 10
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Python Basics Review (TSK)

Quiz
•
9th - 12th Grade
20 questions
Python Basics (CodeHS)

Quiz
•
7th - 12th Grade
20 questions
Grade 7 Python Programming Quiz

Quiz
•
7th Grade - University
20 questions
Python Basic 1

Quiz
•
12th Grade
20 questions
Python WJEC KS4

Quiz
•
10th Grade
16 questions
Python basics

Quiz
•
9th - 12th Grade
17 questions
Python 3

Quiz
•
9th Grade
16 questions
For and While Loops in Python

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
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