Commit 8b8bb77a by BellCodeEditor

auto save

parent f1f630f6
Showing with 19 additions and 0 deletions
import turtle
t=tuple.Pen()
t.speed(0)
t.turtle.colormode(255)
t.color((0,0,0))
for i in rangin(30):
t.begin_fill()
t.forward(200)
t.circle(30,180)
t.goto(0,0)
t.right(180)
t.right(12)
t.end_fill()
turtle.done()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment