Commit 84e1958c by BellCodeEditor

save project

parent 4ea40d8e
Showing with 5 additions and 2 deletions
import turtle import turtle
p = turtle.Pen() p = turtle.Pen()
for i in range(5): p.fillcolor("red")
p.begin_fill()
for i in range(36):
p.fd(200) p.fd(200)
p.left(144) p.left(170)
p.hideturtle() p.hideturtle()
p.end_fill()
p.done() p.done()
......
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