Across
- 3. change a value from one data type to another
- 4. data type - True or False
- 6. data type - a decimal number
- 8. data type - a single letter, digit or symbol
- 9. data type - a decimal number
- 11. data type - whole number
- 12. setting a variable to a new value
Down
- 1. a named place in memory where values are stored. The names are used to access and change the values in a program
- 2. function used to display numbers and text
- 3. joining two strings together.
- 5. a symbol that determines what operation should be performed
- 7. data type - text
- 10. data type returned by the input() function
