Commit 30401248 by BellCodeEditor

auto save

parent a1a1454e
Showing with 14 additions and 2 deletions
......@@ -3,4 +3,16 @@
"""
import turtle
p=turtle.Pen()
p.pencolor()
\ No newline at end of file
p.pencolor("red")
p.fillcolor("yellow")
p.begin_fill()
for a in range(36):
for i in range(5):
p.forward(114.514)
p.right(144)
p.left(10)
p.end_fill()
p.down()
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