Jak stworzyć pętlę w Python Turtle
for i in range(10):
print(i)
Vivacious Vendace
for i in range(10):
print(i)