Text Size
Text Size
Exit Full Screen
Python Mini
Show
Source Code
View Source Code in Full Screen
Open in New Tab
from turtle import Turtle tor = Turtle() for times in range(36): tor.color("blue") tor.speed(11) tor.circle(100) tor.color("red") tor.forward(200) tor.left(120) tor.color("orange") tor.forward(100) tor.right(120) tor.left(170) tor.left(20) tor.forward(15)
ch_Mandala.py
( around 15 lines python code )
Published By:
EM5700
Published on
2019-11-18T13:49:50Z
Python Mini
- an
OYOclass
application,
own your own class today
.
Run
Result
×
Error message shows here