Pancake Data Type Catcher
Pancakes are falling! Each one has a Python assignment on it.
Use arrow keys (or on-screen buttons) to move the Python icon.
Catch pancakes that match the current round's data type.
Let go pancakes that don't match!
# Examples
x = 7 # int
y = 3.14 # float
name = "hi" # str
flag = True # bool
Score 5 of each type (20 total) to win!