Commit fb00da1e by BellCodeEditor

save project

parent 3e555bc6
Showing with 20 additions and 0 deletions
import turtle
a=0
b=0
len=20
pen=turtle.Pen()
for i in range(5):
for i in range(4):
pen.pendown()
pen.forward(len)
pen.right(90)
pen.penup()
len=len+40
a=a-20
b=b+20
pen.goto(a,b)
pen.hideturtle()
turtle.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