Commit fc05f202 by BellCodeEditor

save project

parent 487c8671
Showing with 3 additions and 0 deletions
...@@ -17,4 +17,7 @@ pen.forward(100) ...@@ -17,4 +17,7 @@ pen.forward(100)
pen.backward(100) pen.backward(100)
pen.left(60) pen.left(60)
pen.forward(100) pen.forward(100)
pen.backward(100)
pen.right(30)
pen.backward(150)
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