Weyl E Room Team 2

123456789101112131415
Across
  1. 2. positive or negative number with a decimal point
  2. 3. part or all of a line of code that Python calculates to determine a value
  3. 5. a block of code that is performed repeatedly
  4. 7. offseeting code with one or more tabs (do not use spaces)
  5. 9. a type of value that can have many properties
  6. 12. in a function definition this tells Python what value the function produces
  7. 13. in the variable on the left side of the equal sign the value of the expression on the right side
  8. 14. rules that define the way code must be written
  9. 15. a value that is either True (or 1) or False (or 0)
Down
  1. 1. a line of code that tells Python to make some action happen
  2. 4. causes Python to choose what to do next
  3. 6. a sequence of statements telling Python what to do
  4. 8. a positive or negative whole number
  5. 10. a line of code that Python ignores but which explains the program to programmers
  6. 11. a container that records a value which can be changed