Uživatelské nástroje

Nástroje pro tento web


turtle:lizatko

Toto je starší verze dokumentu!


https://docs.python.org/3/library/turtle.html

from turtle import *
 
forward(100)
for steps in range(100):
    for c in ('blue', 'red', 'green'):
        color(c)
        forward(steps)
        right(30)
turtle/lizatko.1784876090.txt.gz · Poslední úprava: 2026/07/24 06:54 autor: adam