Python - Data types

12345678910
Across
  1. 3. Converting a variable from one data type to another
  2. 5. A decimal fraction eg 1.618
  3. 7. Symbol used to assign a value to a variable
  4. 9. Text Data type or "A"
  5. 10. F5 is the shortcut key to ____ a program
Down
  1. 1. Function in Python used to output something to the user
  2. 2. Place for storing a value while the program is running
  3. 4. A value which gets sent from the user into the computer
  4. 6. Data type which represents a whole number eg3
  5. 8. Python is a programming _________.