Commit e6f84653 by BellCodeEditor

save project

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