Commit 8f1be8f8 by BellCodeEditor

save project

parent ce9e5430
Showing with 6 additions and 1 deletions
......@@ -17,7 +17,11 @@ pen.backward(50)
pen.down()
pen.left(60)
pen.forward(50)
pen.hideturtle()
pen.up()
pen.backward(50)
pen.down()
pen.right(30)
pen.backward(100)
turtle.done()
\ No newline at end of file
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