Commit 2c2e3f2a by BellCodeEditor

save project

parent f42f5f08
Showing with 2 additions and 1 deletions
...@@ -20,7 +20,8 @@ pen.left(60) ...@@ -20,7 +20,8 @@ pen.left(60)
pen.pendown() pen.pendown()
pen.forward(50) pen.forward(50)
pen.penup() pen.penup()
pen.backward() pen.backward(50)
pen.right(30) pen.right(30)
pen.backward(100)
pen.pendown() pen.pendown()
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