Python Turtle Playground

Írj Python kódot a beépített turtle modullal, majd futtasd, hogy láthasd azonnal az eredményt a vásznon.

Húzd be a parancsokat:

Mozgás

forward()
backward()
right()
left()
goto()

Toll

penup()
pendown()
pensize()

Szín

color()
fillcolor()

Rajzolás

circle()
begin_fill()
end_fill()
Loading...
Terminal - Your output

>>>python turtle_playground.py

Run the code to see console output here.

Turtle Canvas

Futtasd a kódod, hogy lásd az eredményt.