PYTHON CROSSWORD

1234567
Across
  1. 2. A block of code that runs again and again.
  2. 3. rules of writing correct Python code.
  3. 5. A data type with only True or False values.
  4. 7. A reusable block of code in Python.
Down
  1. 1. A data type that stores text.
  2. 4. A value that can change during a program.
  3. 6. A collection of key-value pairs in Python.