KS3 Python revision

123456789101112
Across
  1. 5. Indents a line of code
  2. 6. F5 is the shortcut key to ____ a program
  3. 7. Python is a programming _________.
  4. 9. Data type which represents a whole number eg3
  5. 10. A type of error in programming
  6. 11. Found at the end of an if, elf and else statement
  7. 12. Starts off with a hash tag in python
Down
  1. 1. Place for storing a value while the program is running
  2. 2. Symbol used to assign a value to a variable
  3. 3. Text Data type or "A"
  4. 4. A value which gets sent from the user into the computer
  5. 8. Function in Python used to output something to the user
  6. 10. When you are allowed to make choices