Basic Math
This character represents the division operator.
What is the forward slash (/) ?
This common variable type store text in Python?
What is a string?
This often used statement checks the validity of a statement before creating a block of code
What is an 'if' statement?
This keyword is used to define a function in Python.
What is a 'def'?