Commit 46a8145f by BellCodeEditor

save project

parent 8d27b8aa
Showing with 9 additions and 4 deletions
import turtle
pen=turtle.Pen
for i in range(5):
pen.forward(200)
pen.light(144)
pen=turtle.Pen()
pen.fillcolor("red")
pen.pencolor("red")
pen.begin_fill()
pen.speed(2)
for i in range(100):
pen.forward(390)
pen.right(170)
pen.end_fill()
pen.hideturtle()
turtle.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