Commit 6a990485 by BellCodeEditor

save project

parent b9f1fc0a
Showing with 1 additions and 4 deletions
import turtle
pen=turtle.Pen()
i=(1)
for w in range(1000):
for I in range(1000):
pen.forward(i)
i+=1
pen.right(91)
pen.higeturtle()
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