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