The Best Crossword Puzzle Maker Online
Powered by BrightSprout
Save Status:
or to save your progress. The page will not refresh.
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Answer Key:
Edit a Copy:
Make Your Own:
Crossword Word Search Worksheet
Rate This Puzzle:
Log in or sign up to rate this puzzle.

Data and Expressions: Builtin Types

Across
print(type(2.2))
print(type(2))
print(type(True))
print(False)
Down
print(type('ABC'))
print(None)
print(True)