Commit ce6514bb by BellCodeEditor

save project

parent fa0dff60
Showing with 12 additions and 0 deletions
import turtle
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