Commit 1a1283ab by BellCodeEditor

save project

parent 1a3c48f4
Showing with 2 additions and 2 deletions
import turtle
di = 1
for i in range(360):
turtle.forward(di)
turtle.forward(i)
turtle.right(91)
di+=1
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