Types
Syntax
Common Functions
200

What is the type of number for a decimal?

What is a Float?

200

What is the syntax that groups functions and variables together? Hint: Not a dictionary/map

What is a class?
200

What is a function that tells the time?

What is time?

275

What is the type that has letters, numbers, and or spaces?

What is a string?

275

What is an example of a function in python?

What is def ____ (___, ___):

  ____?

275

What is a function that makes the computer wait for a few seconds?

What is sleep?

475

What type of statement is a truth.

What is a Boolean?

475

What is a syntax that is a complete thought? Hint: .

What is a statement?

475

What is a function that draws something on the screen.

What is print?

550

What is the type for a list of names and corresponding values like ages.

What is a Dictionary, or a Map?

550

What is the syntax of a related group of thoughts? Hint: {}

What is a block?

550

What is a function that asks the user a question from the keyboard.

What is read?

750

What is the type of list where 2 things go together, EX. Latitude and Longitude.

What is a Tuple?

750

What are two examples of flow control? Hint: Water can flow in a circle

What is For ___ in _____

if ____: 

  ____

else:

   ____?

750

What is a function that reads a file?

What is open?

M
e
n
u