Commit b496e52e by BellCodeEditor

save project

parent ac06433d
Showing with 6 additions and 4 deletions
......@@ -16,8 +16,10 @@ pen.down()
pen.forward(100)
pen.right(30)
pen.forward(50)
pen.up
pen.left(60)
pen.forward(-50)
pen.right(60)
pen.up()
pen.backward(50)
pen.right(60)
pen.down()
pen.backward(-50)
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