Commit 293a8444 by BellCodeEditor

save project

parent c2fe5dd4
Showing with 2 additions and 2 deletions
......@@ -2,6 +2,6 @@ import turtle
pen=turtle.Pen()
pen.shape("turtle")
for i in range(5):
forward(100)
right(144)
pen.forward(100)
pen.right(144)
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