Across
- 2. A keyword used to import specific parts of a module
- 7. A boolean value representing truth
- 9. A block that executes after try-except, regardless of outcome
- 11. A loop that continues execution as long as a condition is true
- 16. A loop that iterates over a sequence
- 17. A keyword used to define a global variable
- 18. A special value representing the absence of a value
- 19. A blueprint for creating objects in Python
- 20. A function used to display output
- 22. A function used to take user input
- 23. A statement that skips the rest of the loop iteration
- 24. The alternative condition in an if-else statement
Down
- 1. A function without a name, also called an anonymous function
- 3. A keyword used to return a value from a function
- 4. A keyword used to handle file operations and resources safely
- 5. A keyword used to start an exception-handling block
- 6. A keyword used to define a function
- 8. A keyword used for multiple conditions in an if statement
- 10. A keyword used to include external modules in Python
- 12. A keyword used to catch exceptions in Python
- 13. A statement that exits the current loop prematurely
- 14. A boolean value representing falsity
- 15. A placeholder statement that does nothing
- 18. A keyword used to modify a variable in the enclosing scope
- 21. A conditional statement in Python
