Python 2023

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