Commit 12e4f83f by BellCodeEditor

auto save

parent a075f9f3
Showing with 3 additions and 1 deletions
......@@ -4,11 +4,12 @@
import turtle
pen = turtle.Pen()
pen.speed(0)
pen.fillcolor("red")
pen.begin_fill()
for i in range(53):
pen.forward(200)
pen.right(197)
pen.end_fill()
pen.hideturtle()
turtle.done()
\ 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