Commit 77b1224a by BellCodeEditor

auto save

parent 0f863eb8
Showing with 5 additions and 3 deletions
......@@ -3,11 +3,12 @@
"""
import turtle
pen=turtle.Pen()
pen.fillcolor("black")
pen.pencolor("green")
pen.fillcolor("green")
pen.begin_fill()
for i in range(5):
for i in range(100):
pen.fd(200)
pen.rt(144)
pen.rt(144/20)
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