Commit fbe5fe68 by BellCodeEditor

save project

parent 831d471f
Showing with 50 additions and 2 deletions
print(114514+1919810)
\ No newline at end of file
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