Commit 97ced69c by BellCodeEditor

save project

parent 553a2cf6
Showing with 7 additions and 4 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
for i in range(): pen.fillcolor("red")
pen.forward(2) pen.begin_fill()
pen.left(999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999) for i in range(100):
pen.forward(1400)
pen.left(360)
pen.end_fill()
pen.hideturtle() pen.hideturtle()
\ No newline at end of file
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