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