Across
- 2. variable with a decimal in it
- 5. a word or symbol that's used to connect variables
- 8. symbols that add(+), subtact(-), divide(/), and multiply(*)
- 11. typing a type of data as a different one
- 13. numbers
- 14. will pull a variable from a list without an index number
- 16. Types of variables
- 17. Uses parentheses to show text on the screen
- 18. used to combine strings
Down
- 1. use same symbols as in math
- 3. a variable that can only be true or false
- 4. a variable that can hold anything
- 6. used to store different functions
- 7. Making a list that stores several values
- 9. value of a variable
- 10. setting a variable to a value
- 12. Whether a variable's value is in the range of another
- 15. compares to variables to see if they are the same
