Í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:
forward()backward()right()left()goto()penup()pendown()pensize()color()fillcolor()circle()begin_fill()end_fill()>>>python turtle_playground.py
Run the code to see console output here.