Commit 0e7bc033 by BellCodeEditor

save project

parent ca93576b
Showing with 5 additions and 4 deletions
......@@ -5,13 +5,14 @@ Screen.bgcolor("blue")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.forward(100)
len=50
pen.forward(len)
pen.left(90)
pen.forward(100)
pen.forward(len)
pen.left(90)
pen.forward(100)
pen.forward(len)
pen.left(90)
pen.forward(100)
pen.forward(len)
pen.left(90)
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