Commit c98f3a23 by BellCodeEditor

save project

parent bb41e8ec
Showing with 0 additions and 50 deletions
import turtle as t
for i in range(5) :
t.circle(20,360)
t.penup()
t.forward(40)
t.pendown()
t.penup()
t.right(180)
t.forward(60)
t.pendown()
for i in range(4) :
t.circle(20,360)
t.penup()
t.forward(40)
t.pendown()
t.penup()
t.right(-105)
t.forward(80)
t.right(-75)
t.forward(40)
t.pendown()
for i in range(3) :
t.circle(20,360)
t.penup()
t.forward(40)
t.pendown()
t.penup()
t.right(180)
t.forward(60)
t.pendown()
for i in range(2) :
t.circle(20,360)
t.penup()
t.forward(40)
t.pendown()
t.penup()
t.right(-105)
t.forward(80)
t.right(-75)
t.forward(40)
t.pendown()
for i in range(1) :
t.circle(20,360)
t.penup()
t.forward(40)
t.pendown()
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