Commit a25ae103 by BellCodeEditor

auto save

parent ee32a946
Showing with 4 additions and 4 deletions
......@@ -3,11 +3,11 @@
"""
import turtle
pen=turtle.Pen()
pen.speed(0)
pen.fillcolor("red")
pen.speed(1)
pen.fillcolor("green")
pen.begin_fill()
for i in range(145):
pen.forward(500)
for i in range(180):
pen.forward(300)
pen.right(175)
pen.end_fill()
pen.hideturtle()
......
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