My Crossword Maker Logo
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.

Advanced Python March

Across
unordered container of unique objects
a Python file with code that can be imported by another Python program
a data value that is written into your code
the act of activating a function
a named code block
a data value of a particular type, that has type-specific functionalityIDE - text editor designed for editing code
a Python "power tool" that describes a 'for' loop in one statement
this statement takes drops the program out of a loop
the value that is returned by a function
this 2-block statement allows us to trap errors
a True or False value (long name)
Down
read-only list-like container
a type-specific function that is called on an object
the value that is passed a function
this statement restarts execution of a loop
unordered container of pairs (long name)
a name bound to an object
whole number (long name)
the part of Python that evaluates your code and translates it to machine instructions
ordered container of non-unique objects
sequence of characters