Weyl E Room Team 5

123456789101112131415
Across
  1. 3. a fixed chunk of information such as the number "10" or the string "Hello"
  2. 5. causes Python to choose what to do next
  3. 7. a block of code that is performed repeatedly
  4. 11. a sequence of statements telling Python what to do
  5. 12. a positive or negative whole number
  6. 13. a type of value that can have many properties
  7. 14. a line of code that tells Python to make some action happen
  8. 15. A single BInary digiT, i.e., 0 or 1
Down
  1. 1. a container that records a value which can be changed
  2. 2. a sequence of any defined characters
  3. 4. stores the value on the right side of the equal sign in the variable on the left side
  4. 6. a line of code that Python ignores but which explains the program to programmers
  5. 8. part or all of a line of code that Python calculates to determine a value
  6. 9. a value that is either True (or 1) or False (or 0)
  7. 10. a character, shape, or text with transparent background that can be placed on the stage