You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Good Morning.py 391B

123456789101112131415161718192021222324
  1. def turn_right():
  2. turn_left()
  3. turn_left()
  4. turn_left()
  5. move()
  6. move()
  7. turn_left()
  8. move()
  9. move()
  10. turn_right()
  11. move()
  12. take()
  13. turn_left()
  14. turn_left()
  15. move()
  16. move()
  17. turn_left()
  18. move()
  19. put()
  20. ################################################################
  21. # WARNING: Do not change this comment.
  22. # Library Code is below.
  23. ################################################################