Basics
Catchphrases
Functions
Keywords
Math
100

This data type is generally know as a whole number.

What is int?

100

Ms. Kyra says this when you answer a question correctly.

What is "awesome sauce"?

100

This function gives the user information.

What is print()?

100

These keywords check to see if a condition is true before moving onto the next step of the code.

What are if, elif, and else?

100

This character denotes addition.

What is a plus sign? (+)

200

This data type is generally known as a decimal number.

What is a float?

200

Ms. Kyra says this when everyone is caught up.

What is "perfect"?

200

This function asks the user for information.

What is input()?

200

This keyword allows us to use other modules that aren't built-in.

What is import?

200

This character denotes multiplication.

What is an asterisk? (*)

300

This means to combine multiple elements in a print statement.

What is concatenation?

300

Ms. Kyra says this when nobody has any questions.

What is "cool beans"?

300

This function chooses a random number.

What is .randint()?

300

This keyword was used with our while loop. 

Hint: It is a Boolean value.

What is True?

300

This character denotes division.

What is a forward slash? (/)

400

These characters must surround a sequence of characters to avoid a syntax error.

What are quotation marks? ("")

400

Ms. Kyra says this when you catch a mistake before she does.

What is "good eye"?

400

This function chooses a random item from a list.

What is .choice()?

400

This keyword allows us to create our own functions.

What is def?

400

This character denotes the modulo operator.

What is the percent sign? (%)

500

This data type stores a sequence of characters.

What is a string?

500

Ms. Kyra says this when you've sent the link to your code at the end of class.

What is "you're good to go"?

500

This function controls how many times a for loop repeats.

What is range()?

500
This keyword is used to exit a while loop.

What is break?

500

This is the function of the modulo operator.

What is return the remainder?

M
e
n
u