Commit 757787f9 by BellCodeEditor

save project

parent 834b26b8
Showing with 5 additions and 1 deletions
......@@ -19,5 +19,9 @@ pen.forward(-100)
pen.left(60)
pen.down()
pen.forward(100)
pen.forward(-100)
pen.right(30)
pen.up()
pen.forward(-100)
pen.down()
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