Commit 74c4b05b by BellCodeEditor

save project

parent 15f96b9b
Showing with 2 additions and 6 deletions
......@@ -3,10 +3,7 @@
"""
import turtle
pen=turtle.Pen()
pen.fillcolor("RED")
pen.begin_fill()
for i in range(5):
pen.forward(400)
for i in range(500000):
pen.forward(20)
pen.right(144)
pen.end_fill()
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