Commit 6a6dcc37 by BellCodeEditor

save project

parent 5a94e7ac
Showing with 1 additions and 1 deletions
......@@ -6,7 +6,7 @@ MyPen=turtle.Pen()
MyPen.shape("turtle")
MyPen.fillcolor("pink")
MyPen.begin_fill()
for i in range(5)
for i in range(5):
MyPen.forward(200)
MyPen.right(144)
MyPen.end_fill()
......
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