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 tor.setposition(0, -100) tor.color("blue") tor.speed(11) for oval in range(2): for curve1 in range(30): tor.circle(50, 1) tor.forward(3) for curve2 in range(20): tor.circle(30, 3) tor.forward(1) for curve2 in range(20): tor.circle(30, 3) tor.forward(1) for curve1 in range(30): tor.circle(50, 1) tor.forward(3) tor.setposition(132, -5) tor.color("red") tor.left(120) tor.forward(260) tor.left(120) tor.forward(260)
ch_TurtleConeII.py
( around 23 lines python code )
Published By:
EM5700
Published on
2019-12-06T13:54:47Z
Python Mini
- an
OYOclass
application,
own your own class today
.
Run
Result
×
Error message shows here