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 bob=Turtle() bob.color("#a557e5") bob.speed(0) bob.shape("turtle") for counter in range(50): bob.right(97) bob.color("#a557e5") bob.forward(92) bob.color("#59e5d4") bob.circle(45) bob.left(6) bob.right(54)
changed.py
( around 13 lines python code )
Published By:
HelloCaity
Published on
2018-07-10T18:18:32Z
Python Mini
- an
OYOclass
application,
own your own class today
.
Run
Result
×
Error message shows here