Across
- 2. Two main kinds of loops in Python
- 6. The kind of loop that creates death spiral
- 10. Loop math
- 12. The loop that uses while <conditional statement>
- 13. Some of the arguments are defined up top
- 14. Word that starts a function
Down
- 1. Word that keeps looking through code
- 3. Loop or list, what creates infinite values
- 4. None of the arguments are defined up top
- 5. Word that stops looking through code
- 7. The loop that uses for <temporary variable>
- 8. Word that creates a shorthand function
- 9. All of the arguments are defined up top
- 11. Loop inside of a loop
