This function displays information.
What is print?
This is the symbol used for division.
What is the forward slash?
This keyword returns a value from a function.
What is return?
This function makes a string an integer.
This is the symbol for multipication
When you use this keyword, it will run so long as an expression is always true.
What is while?
This function takes what a person enters on the keyboard.
To calculate repeated addition, we use this operation.
What is multiplication?
This keyword is used to join 2 conditions together in a statements to say that at least one of them should be true.
What is or?
What is def?
Use these symbols to make sure an operation is preformed first.
What is parentheses?
This keyword is used to define a type of object.
What is class?
This function sums up two or more numbers.
What is add?
This is the symbol for modulo.
What is the percent sign?
This keyword is used to make a decision about something.
What is if?