Cross Word Activity

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