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.

Erdbeerpflücker.py 319B

4 months ago
123456789101112
  1. for _ in range(1,10):
  2. if object_here():
  3. take()
  4. move()
  5. ################################################################
  6. # WARNING: Do not change this comment.
  7. # Library Code is below.
  8. ################################################################
  9. def turn_around():
  10. turn_left()
  11. turn_left()