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