Across
- 2. A for loop(4 words)
- 5. Tells tracy to fill in shapes
- 8. What command moves tracy backward
- 9. A symbol/container that holds function
- 12. Asks a question and only runs program if it is true
- 14. Breaks program into smaller parts
- 15. Saves user input if its an integer
- 16. Command that tells tracy to leave a mark
- 17. Repeats code as long as something is true
- 21. Is the visual structure of the code, helps show hierarchy
- 22. Command that turns tracy
- 23. Tells tracy what color her marks should be
- 25. Calls function
- 26. moves tracy to specific coordinate
Down
- 1. What command moves tracy forward
- 3. Tells tracy how thick to make her marks
- 4. Declares a function
- 6. Tells tracy how fast she should complete her commands
- 7. What command allows us to make a circle
- 10. Message in code that explains what is going on
- 11. Command that allows movement without leaving a mark
- 13. The block of code that comes after def function_name():
- 18. Saves user input
- 19. Tells tracy to stop filling in shapes
- 20. Command that turns tracy
- 24. Removes any mark tracy made
