Across
- 4. : punctuation that indicates a code block follows
- 5. part or all of a line of code that Python calculates to produce a value
- 11. a container that records a value which can be changed
- 12. stores the value on the right side of the equal side in the variable on the left side
- 13. A single BInary digiT, i.e., 0 or 1
- 14. logical operator that is True (or 1) when the value on the left OR on the right is True but not both
- 15. a block of code that runs when the user takes an action such as clicking the mouse
Down
- 1. one dot on a display with an associated Red, Green, and Blue (rgb) intensity
- 2. a line of code that Python ignores but which explains the program to programmers
- 3. value passed to a function indicating how it should be performed
- 6. rules that define the way code must be written
- 7. a line of code that tells Python to make some action happen
- 8. a character, shape, or text with transparent background that can be placed on the stage
- 9. A number system based on only 0 and 1 in places that are powers of 2
- 10. a fixed chunk of information such as the number "10" or the string "Hello"
