Variables
Input
Lists
Loops
If, Elif, Else
100

10 is what type of variable

ex. float, string, int, boolean

What is int?

100

True/False, You can put a variable in input.

What is True

100

What is missing? [James, Neva, Tommaso]

The name of the list(ex. classmates, fruits.)

100

How many loops are there?

2.

100
What are the three questioners?

If, Elif, Else

200

"flag" is a boolean, what 2 values can It have?

What is True & False?

200

What would this print: input("Would you eat a gummy bear off the floor for 5 million?")

What is "Would you eat a gummy bear off the floor for 5 million?

200

What does "len" do?

it tells you the length of the list.

200

Name 1 loop

While or For

200

How many questioners are there?

3.

300

text = "Hello" is what type of variable?

ex. float, string, int, boolean

What is string?

300
What does this print:

print("Hello" + name)

name = jimey

What is Hello jimey?

300

What does this print?

fruits[apple, banana, cherry]

print(fruits[0])

apple

300
Does for loop repeat?

Yes.

300

Which order do the questioners go through?

If, Elif, Else

400

What is the limit for a string?

What is text?

400
Does input receive from the player or Show to the player?

What is receive?

400

What number do lists start from?

0

400

What does while loop exactly do?

Repeats until a condition is met.

400

Name the optional questioner.

Then

500

What is the limit for a float?

What is a decimal number?

500

Could an input be in a function?

Yes.

500

What does append do?

Add to a list

500

What are the 2 loops

While and For

500

Name the age from the demonstration 

14

M
e
n
u