Python easy

12345678910111213
Across
  1. 1. This is visible on the computer monitor
  2. 4. Used to store data for use in a program
  3. 5. Reads a line of text from the keyboard
  4. 7. Running instructions in order
  5. 9. Program used for programming
  6. 10. Do this to execute a program
  7. 12. Sign used to assign a variable
  8. 13. Making choices (example if...else)
Down
  1. 2. Outputs to the screen
  2. 3. A whole number
  3. 5. Doing the same thing more than once
  4. 6. A type of error
  5. 8. Press tab to do this
  6. 11. Placed at the end of an if statement