Definitions

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