print(“Python Crossword”)

12345678910111213141516171819
Across
  1. 2. decision making
  2. 4. conditional loop
  3. 7. text data
  4. 8. sends back a result
  5. 10. alternative condition
  6. 13. reusable block of code
  7. 14. fixed loop
  8. 16. code library
  9. 17. collection of items
  10. 18. outputs to screen
Down
  1. 1. defines a function
  2. 2. whole number
  3. 3. blueprint for objects
  4. 5. key value pairs
  5. 6. true or false
  6. 9. stores data
  7. 11. else if condition
  8. 12. immutable list
  9. 15. repeats actions
  10. 19. bring in code from module