Across
- 2. Loop over a container
- 4. Check two identifiers are the same instance
- 5. Execute a coroutine function
- 8. Loop when a condition is true
- 10. Create a class
- 14. Load an object from a module
- 18. Access variable outside of block scope
- 19. A value with no meaning
- 21. Check two items at least one is true
- 22. Stop execution if a condition is false
- 24. Prepare to catch an exception
- 26. Always execute after a try block
- 28. A negative boolean value
- 29. Delete an identifier or dictionary key
- 31. End a function and output a value
- 32. An alternative branch on a condition
- 34. Do nothing
Down
- 1. Create a context handler block
- 3. Create an exception
- 6. Create a coroutine function
- 7. Catchall condition for branching
- 9. Check an item is in a container
- 11. Declare an anonymous function
- 12. Load a module
- 13. A positive boolean value
- 15. Skip to next iteration
- 16. Declare an identifier as global variable
- 17. Check two items are both true
- 20. Negate an item
- 23. Catch a raised exception
- 25. Branch code on an expression
- 27. Generate a value
- 29. Create a function
- 30. Exit a loop early
- 33. Rename an imported identifier
