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.color("yellow") t.begin_fill() t.left(60) t.forward(100) t.right(120) t.forward(100) t.right(120) t.forward(100) t.end_fill() t.color("purple") t.begin_fill() t.forward(100) t.right(120) t.forward(100) t.right(120) t.forward(100) t.end_fill() t.color("pink") t.begin_fill() t.left(120) t.forward(100) t.left(120) t.forward(100) t.end_fill() t.color("aqua") t.begin_fill() t.right(120) t.forward(100) t.right(120) t.forward(100) t.end_fill()
hello.py
( around 33 lines python code )
Published By:
giraffe dude
Published on
2017-08-12T22:32:11Z
Python Mini
- an
OYOclass
application,
own your own class today
.
Run
Result
×
Error message shows here