Python Terms Document Vocabulary

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