Commit 10a139da by BellCodeEditor

save project

parent a2e09728
Showing with 2 additions and 4 deletions
import turtle import turtle
a=1 for i in range(1,300):
for i in range(30): turtle.forward(i)
turtle.forward(a)
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