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