Commit 97ced69c by BellCodeEditor

save project

parent 553a2cf6
Showing with 8 additions and 5 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.hideturtle() pen.forward(1400)
turtle.done() pen.left(360)
pen.end_fill()
pen.hideturtle()
\ No newline at end of file
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