Python Revision

123456789
Across
  1. 4. your programming language (a snake)
  2. 5. A type of loop that repeats a certain amount of time
  3. 6. Something in code with a name that is used to store values
  4. 9. Used to make a decision in your code
Down
  1. 1. Used to remove the last item from your Array
  2. 2. A type of error that will crash your code (Gold * Question)
  3. 3. a loop that continues until a condition is met
  4. 7. Something that holds many values
  5. 8. A type of error that means your code gives the wrong output (Gold * Question)