Commit 7ea19e29 by BellCodeEditor

save project

parent 25996bb0
Showing with 1 additions and 2 deletions
import turtle
p = turtle.Pen()
p.pencolor("blue")
p.fillcolor("red")
p.fillcolor("black")
p.speed(10000)
p.begin_fill()
for i in range(800):
p.right(91)
p.fd(i)
......
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