Python revisit

1234567891011121314
Across
  1. 4. Converting a variable from one data type to another
  2. 5. A type of error in programming
  3. 7. A decimal fraction eg 1.618
  4. 8. Found at the end of an if, elf and else statement
  5. 11. Symbol used to assign a value to a variable
  6. 13. Type of brackets around a list
  7. 14. Function in Python used to output something to the user
Down
  1. 1. A value which gets sent from the user into the computer
  2. 2. Data type which represents a whole number eg3
  3. 3. Place for storing a value while the program is running
  4. 5. Text Data type or "A"
  5. 6. Indents a line of code
  6. 9. Python is a programming _________.
  7. 10. F5 is the shortcut key to ____ a program
  8. 12. Stores multiple items in a single variable