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.

Python Fundamentals

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