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("red") t.begin_fill t.forward(100) t.left(120) t.forward(100) t.left(120) t.forward(100) # t.color("blue") t.forward(100) t.left(120) t.forward(100) t.left(120) t.forward(100) # t.color("green") t.right(120) t.forward(100) t.right(120) t.forward(100) t.left(120) t.forward(100) t.left(120) t.forward(100)
turtle5.py
( around 26 lines python code )
Published By:
rickke
Published on
2017-08-11T15:10:21Z
Python Mini
- an
OYOclass
application,
own your own class today
.
Run
Result
×
Error message shows here