What keyword is used to define a function in Python?
What symbol is used to indicate a comment in Python?
Which data type is used to store a single character in Python?
What is the result of 5 + 3 * 2 in Python?
How do you print something to the console in Python?
In Python, a variable is a ____ that stores data.
The ____ statement is used to make decisions in Python.
A ____ is a named location used to store data in Python.
To repeat a block of code multiple times in Python, you can use a ____ loop.
Python is an interpreted ____-level programming language.