Escape Room Team 1

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