python

123456789101112
Across
  1. 2. represents true or false
  2. 4. divides the two numbers and returns the remainder
  3. 7. {‘a’: ‘Hello’, ‘b’: 10}
  4. 8. (a, b)
  5. 11. [‘a’, ‘b’, ‘c’]
  6. 12. a name given to a location in memory where a value can be stored
Down
  1. 1. determines the type of data that can be stored in a variable
  2. 3. a data type that include decimal numbers
  3. 5. special symbols in Python to perform calculations
  4. 6. a sequence of characters
  5. 9. the operators that help make decisions in programs
  6. 10. a data type that represents whole numbers without decimal points