Introduction to Python Programming

123456789
Across
  1. 2. A data type in Python that can have one of two values: True or False
  2. 4. A data type that can store text or characters in Python
  3. 5. A collection of key-value pairs used for storing data in Python
  4. 7. The name of the programming language we're learning
  5. 9. The character used to indicate a comment in Python
Down
  1. 1. A reserved word that has special meaning in Python
  2. 3. A collection of items that are ordered and changeable in Python
  3. 6. A data type that can store whole numbers in Python
  4. 7. The function used to print the output to the console in Python
  5. 8. A python module used for mathematical operations