Commit faf6ea11 by BellCodeEditor

auto save

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