Commit 5eb9b0fa by BellCodeEditor

save project

parent aee12f00
Showing with 11 additions and 6 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):
turtle.done() pen.forward(a)
i=i+1 pen.right(50)
\ No newline at end of file a=a+1
pen.end_fill()
pen.hideturtle()
turtle.done()
\ 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