Python Test 2

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