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