Commit a0fcb7a0 by BellCodeEditor

save project

parent b65b98c1
Showing with 3 additions and 4 deletions
import turtle import turtle
a=1
for i in range(300): for i in range(1,300):
turtle.forward(a) turtle.forward(i)
turtle.right(91) turtle.right(91)
a=(a+1)
turtle.done() turtle.done()
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