What is the type of number for a decimal?
What is a Float?
What is the syntax that groups functions and variables together? Hint: Not a dictionary/map
What is a function that tells the time?
What is time?
What is the type that has letters, numbers, and or spaces?
What is a string?
What is an example of a function in python?
What is def ____ (___, ___):
____?
What is a function that makes the computer wait for a few seconds?
What is sleep?
What type of statement is a truth.
What is a Boolean?
What is a syntax that is a complete thought? Hint: .
What is a statement?
What is a function that draws something on the screen.
What is print?
What is the type for a list of names and corresponding values like ages.
What is a Dictionary, or a Map?
What is the syntax of a related group of thoughts? Hint: {}
What is a block?
What is a function that asks the user a question from the keyboard.
What is read?
What is the type of list where 2 things go together, EX. Latitude and Longitude.
What is a Tuple?
What are two examples of flow control? Hint: Water can flow in a circle
What is For ___ in _____
if ____:
____
else:
____?
What is a function that reads a file?
What is open?