Commit 5eb9b0fa by BellCodeEditor

save project

parent aee12f00
Showing with 10 additions and 5 deletions
a=1
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.shape("turtle") pen.shape("turtle")
for i in range(10000000000000): pen.fillcolor("black")
pen.forward(i) pen.begin_fill()
pen.right(90) for i in range(100000):
pen.forward(a)
pen.right(50)
a=a+1
pen.end_fill()
pen.hideturtle()
turtle.done() turtle.done()
\ No newline at end of file
i=i+1
\ 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