Python Activity 2

1234567891011121314151617181920
Across
  1. 5. Used to bring in modules
  2. 6. When one class derives from another
  3. 9. Error that can be caught and handled
  4. 11. Mechanism to hide internal details
  5. 14. Binding data and methods into one unit
  6. 15. Text data type
  7. 18. Used to repeat a block of code
  8. 19. Keyword used to create a function
  9. 20. Keyword used to send data into a function
Down
  1. 1. Reusable block of code that performs a task
  2. 2. A function that calls itself
  3. 3. Stores key-value pairs
  4. 4. A function without a name
  5. 7. A function inside a class
  6. 8. Sends back the result from a function
  7. 10. Mutable sequence in Python
  8. 12. An instance of a class
  9. 13. Defines a blueprint for objects
  10. 16. Immutable sequence in Python
  11. 17. Geometry manager that arranges widgets in rows and columns