Commit 889f7dac by BellCodeEditor

save project

parent 8ddb1359
Showing with 5 additions and 4 deletions
import turtle
penl=turtle.Pen()
penl.fillcolor("red")
pen.begin_fill()
for i in range(5)
penl.fillcolor("blue")
penl.begin_fill()
for i in range(36):
penl.fd(200)
penl.rt(144)
penl.rt(170)
penl.end_fill()
penl.shape("arrow")
penl.speed()
penl.hideturtle()
penl.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