Commit c591444e by BellCodeEditor

save project

parent 46a7dc7b
Showing with 4 additions and 3 deletions
...@@ -20,9 +20,9 @@ pen.forward(50) ...@@ -20,9 +20,9 @@ pen.forward(50)
pen.right(130) pen.right(130)
pen.pendown() pen.pendown()
pen.forward(50) pen.forward(50)
pen.right(180) pen.penup()
pen.forward(50) pen.backward(50)
pen.right(20) pen.left(160)
pen.forward(100) pen.forward(100)
...@@ -31,4 +31,5 @@ pen.forward(100) ...@@ -31,4 +31,5 @@ pen.forward(100)
turtle.done() 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