Across
- 2. Dictionary method that returns key-value pairs.
- 7. Conditional statement keyword.
- 9. Dictionary method to change values.
- 10. Statement to exit a loop early.
- 12. Statement to skip current loop iteration.
- 13. Used to extract part of a string or list.
- 15. A name given to store a value.
- 16. Whole number data type in Python.
- 18. Loop used to iterate over a sequence.
- 19. Function to take data from the user.
- 22. String method to change one substring with another.
- 23. Keyword to delete elements from a list, tuple, or dictionary.
- 24. Loop that runs while condition is true.
- 25. String method to convert to small letters.
- 26. Unique part of a dictionary entry.
Down
- 1. Sequence of characters inside quotes.
- 3. Function used to display output.
- 4. Collection of key-value pairs in Python.
- 5. Ordered collection of items in square brackets [].
- 6. String method to convert to capital letters.
- 8. Statement that does nothing (placeholder).
- 11. Number with a decimal point.
- 12. Starts with # in Python.
- 14. Symbol used for mathematical or logical operation.
- 17. Immutable sequence in Python.
- 20. Data stored in a dictionary under a key.
- 21. Reserved word in Python (like if, while, for).
