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.

Erdbeerpflücker.py 126B

123456789
  1. def take_if_there():
  2. if object_here():
  3. take()
  4. for _ in range(9):
  5. take_if_there()
  6. move()
  7. take_if_there()