Advertisement
ABIX_Edukacja

Lekcje Enter - Scena 2 (Python)

May 11th, 2020
952
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. def powtorz():
  2.     move()
  3.     for i in range(3):
  4.         turn_left()
  5.     move()
  6.     move()
  7.     turn_left()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement