Commit cdb9fa20 by BellCodeEditor

save project

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