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.

Erdbeerzeile.py 310B

4 months ago
12345678910111213
  1. for i in range(1, 10):
  2. put()
  3. move()
  4. put()
  5. ################################################################
  6. # WARNING: Do not change this comment.
  7. # Library Code is below.
  8. ################################################################
  9. def turn_right():
  10. turn_left()
  11. turn_left()
  12. turn_left()