Functions
Operators
Keywords
100

This function displays information.

What is print?

100

This is the symbol used for division.

What is the forward slash?

100

This keyword returns a value from a function.

What is return?

200

This function makes a string an integer.

What is int?
200

This is the symbol for multipication

What is the asterisk?
200

When you use this keyword, it will run so long as an expression is always true.

What is while?

300

This function takes what a person enters on the keyboard.

What is input?
300

To calculate repeated addition, we use this operation.

What is multiplication?

300

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?

400
To create a new function, we use this function.

What is def?

400

Use these symbols to make sure an operation is preformed first.

What is parentheses?

400

This keyword is used to define a type of object.

What is class?

500

This function sums up two or more numbers.

What is add?

500

This is the symbol for modulo.

What is the percent sign?

500

This keyword is used to make a decision about something.

What is if?

M
e
n
u