Commit 97ced69c by BellCodeEditor

save project

parent 553a2cf6
Showing with 8 additions and 5 deletions
import turtle
pen=turtle.Pen()
for i in range():
pen.forward(2)
pen.left(999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999)
pen.hideturtle()
turtle.done()
pen.fillcolor("red")
pen.begin_fill()
for i in range(100):
pen.forward(1400)
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