Python 2023
Across
- 6. Moves tracy backward a set amount.
- 9. Repeats code as long as a variable is true.
- 10. Breaking code down into smaller parts.
- 15. Tells tracy a speed at which to execute commands.
- 16. Moves tracy forward a set amount.
- 17. Code explained in simple English
- 18. This command turns Tracy right a certain angle.
Down
- 1. A comment that only takes up one line.
- 2. Moves tracy to a set position on the grid.
- 3. Puts tracy’s pen up.
- 4. Code that can be called at any time.
- 5. This command creates a circle.
- 6. A value that is either true or false.
- 7. A comment that spans multiple lines.
- 8. Method for breaking code down.
- 11. A symbol or container that holds a value.
- 12. Puts tracy’s pen down
- 13. Turns tracy left a certain degree
- 14. i in range() Tells tracy to repeat a set of code.