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 tor = Turtle() for iterations in range(6): for comb in range(6): tor.forward(60) tor.right(60) tor.forward(60) tor.left(60)
ch_Honeycomb.py
( around 8 lines python code )
Published By:
EM5700
Published on
2019-11-15T13:28:40Z
Python Mini
- an
OYOclass
application,
own your own class today
.
Run
Result
×
Error message shows here