More python

1234567891011121314
Across
  1. 6. Step-by-step instructions to solve a problem
  2. 7. Symbol used to assign a value to a variable
  3. 8. Function in Python used to output something to the user
  4. 12. Data type which represents a whole number eg3
  5. 14. Python is a programming _________.
Down
  1. 1. A value which gets sent from the user into the computer
  2. 2. Found at the end of if and else statements
  3. 3. A decimal fraction eg 1.618
  4. 4. A type of algorithm
  5. 5. Converting a variable from one data type to another
  6. 9. F5 is the shortcut key to ____ a program
  7. 10. Place for storing a value while the program is running
  8. 11. Text Data type or "A"
  9. 13. Used to indent a line of code