ComSci Crossword

123456789101112131415
Across
  1. 1. python library for making shapes
  2. 5. getting a value when the program is running
  3. 6. command to move without drawing a ling
  4. 10. strings and integers are examples of these
  5. 12. a storage location with a given name
  6. 13. a whole number
  7. 15. the word we need to access turtle in our program
Down
  1. 2. convert one data type to another
  2. 3. set of steps carried out in order
  3. 4. giving a value to a variable
  4. 7. sequence of characters
  5. 8. command to make the turtle go from right to left
  6. 9. data put into a storage location
  7. 11. programming language for snakes
  8. 14. what is the integer is needed for in turtle.circle(50)