Commit adf8da03 by BellCodeEditor

save project

parent a268a340
Showing with 3 additions and 0 deletions
......@@ -3,8 +3,11 @@
"""
import turtle
o=turtle.Pen()
o.fillcolor("yellow")
o.begin_fill()
for i in range(5):
o.forward(200)
o.right(144)
o.end_fill()
o.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