Weyl E Room Team 1

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