10 is what type of variable
ex. float, string, int, boolean
What is int?
True/False, You can put a variable in input.
What is True
What is missing? [James, Neva, Tommaso]
The name of the list(ex. classmates, fruits.)
How many loops are there?
2.
If, Elif, Else
"flag" is a boolean, what 2 values can It have?
What is True & False?
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?
What does "len" do?
it tells you the length of the list.
Name 1 loop
While or For
How many questioners are there?
3.
text = "Hello" is what type of variable?
ex. float, string, int, boolean
What is string?
print("Hello" + name)
name = jimey
What is Hello jimey?
What does this print?
fruits[apple, banana, cherry]
print(fruits[0])
apple
Yes.
Which order do the questioners go through?
If, Elif, Else
What is the limit for a string?
What is text?
What is receive?
What number do lists start from?
0
What does while loop exactly do?
Repeats until a condition is met.
Name the optional questioner.
Then
What is the limit for a float?
What is a decimal number?
Could an input be in a function?
Yes.
What does append do?
Add to a list
What are the 2 loops
While and For
Name the age from the demonstration
14