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.

Wand.py 284B

2 months ago
12345678910
  1. while front_is_clear():
  2. move()
  3. ################################################################
  4. # WARNING: Do not change this comment.
  5. # Library Code is below.
  6. ################################################################
  7. def turn_around():
  8. turn_left()
  9. turn_left()