Commit 889f7dac by BellCodeEditor

save project

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