Commit 27e901dc by BellCodeEditor

save project

parent fc40e290
Showing with 3 additions and 1 deletions
......@@ -4,7 +4,8 @@
import turtle
pen=turtle.Pen()
pen.hideturtle()
for i in range(5):
for i in range(4):
pen.forward(200)
pen.right(144)
turtle.done()
pan.fillcolor
\ 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