Across
- 3. moves Tracy to a specified coordinate.
- 5. a message in your code that explains what’s going on.
- 6. a method for breaking our program down into smaller parts.
- 10. changes Tracy’s trail thickness.
- 11. lets you ask a question to the program and only run if the answer is true.
- 12. changes Tracy’s trail color.
- 14. i in range() initialize a loop.
- 15. command that tells Tracy to turn right.
- 17. starts filling in drawn shapes.
- 18. determines how quickly Tracy will move through commands.
Down
- 1. a command you get to invent in name.
- 2. tells Tracy to draw a circle with a specified radius.
- 4. a symbol or container that holds a value.
- 7. has Tracy start drawing a trail.
- 8. total explanation of code in plain English.
- 9. command that tells Tracy to turn left.
- 10. stops Tracy from leaving a trail.
- 13. lets us repeat a code as long as something is true.
- 16. stops filling in drawn shapes.
- 17. a value that can be either true or false.
