Text Size
Text Size
Exit Full Screen
Python Mini
Show
Source Code
View Source Code in Full Screen
Open in New Tab
print'Hi how are you?This is the mandala!' from turtle import Turtle t=Turtle() t.speed(2000) for counter in range(9000): t.color("black") t.forward(90) t.right(120) t.color("green") t.forward(140) t.right(45)
Jack.py
( around 11 lines python code )
Published By:
Jhd2026
Published on
2019-03-24T17:06:20Z
Python Mini
- an
OYOclass
application,
own your own class today
.
Run
Result
×
Error message shows here