Commit 69b1d7c6 by BellCodeEditor

save project

parent 631f5c39
Showing with 276 additions and 1 deletions
...@@ -5,7 +5,282 @@ pen.shape("turtle") ...@@ -5,7 +5,282 @@ pen.shape("turtle")
for i in range(5): for i in range(5):
pen.forward(100) pen.forward(100)
pen.right(144) pen.right(144)
pen.done() pen.hideturtle()
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