Commit 46a8145f by BellCodeEditor

save project

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