Text Size
Text Size
Exit Full Screen
Python Mini
Show
Source Code
View Source Code in Full Screen
Open in New Tab
import turtle as tor for colors in ["maroon", "red", "orange", "gold", "yellow", "yellowgreen", "lime", "green"]: tor.color(colors) tor.begin_fill() for sides in range(8): tor.left(45) tor.forward(40) tor.right(45) tor.forward(40) tor.end_fill() tor.color("maroon") tor.backward(40)
ch_Octoflor.py
( around 12 lines python code )
Published By:
EM5700
Published on
2019-12-03T13:32:09Z
Python Mini
- an
OYOclass
application,
own your own class today
.
Run
Result
×
Error message shows here