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