Commit cbf67bad by BellCodeEditor

save project

parent 6c181be8
Showing with 3 additions and 2 deletions
......@@ -9,7 +9,7 @@ pen.up()
pen.backward(150)
pen.down()
pen.forward(150)
pen.forward(100)
pen.right(30)
pen.forward(50)
pen.forward(-50)
......@@ -17,5 +17,5 @@ pen.left(60)
pen.forward(50)
pen.forward(-50)
pen.right(30)
pen.forward(-150)
pen.forward(-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