Commit f070343e by BellCodeEditor

save project

parent 0bcc28b8
Showing with 1 additions and 2 deletions
import turtle
pen=turtle.Pen()
t=1
pen.hideturtle()
for i in range(300):
pen.forward(t)
pen.right(91)
t+=1
turtle.done()
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