Commit c511c2f5 by BellCodeEditor

save project

parent 2cb81b33
Showing with 12 additions and 9 deletions
mport turtle as t import turtle as t
t.pendown() r=10
t.fillcolor("red") for i in range(4)
t.begin_fill() t.pencolor("green")
for i in range(5): t.circle(r,360)
t.fd(100) t.penup()
t.left(144) t.right(90)
t.end_fill() t.fd(50)
t.done() t.left(90)
t.pendown()
r=r+50
t.done()
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