Beispiele und Musterlösungen
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.

Laufen.py 290B

123456789101112131415
  1. move()
  2. move()
  3. take()
  4. turn_left()
  5. move()
  6. turn_left()
  7. turn_left()
  8. turn_left()
  9. move()
  10. move()
  11. put()
  12. ################################################################
  13. # WARNING: Do not change this comment.
  14. # Library Code is below.
  15. ################################################################