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 t = Turtle() t.shape("turtle") for i in range(8): t.forward(100) t.left(45) t.color("cyan") t.right(165) for i in range(3): t.forward(100) t.right(120) t.left(165) t.color("black") t.forward(100) t.color("pink") t.left(45) t.forward(100) for i in range(3): t.right(120) t.forward(100) t.color("black") t.left(45) t.forward(100) t.color("green") t.left(45) t.forward(100) for i in range(3): t.right(120) t.forward(100) t.color("black") t.left(45) t.forward(100) t.color("red") t.left(45) t.forward(100) for i in range(3): t.right(120) t.forward(100)
UltimateShapeMaster.py
( around 38 lines python code )
Published By:
ry6100
Published on
2017-08-02T03:50:59Z
Python Mini
- an
OYOclass
application,
own your own class today
.
Run
Result
×
Error message shows here