Commit ea164f15 by BellCodeEditor

save project

parent 462efc49
Showing with 1 additions and 1 deletions
import turtle import turtle
turtle.speed(0) turtle.speed(0)
for d in range(1,700): for d in range(1,1200):
turtle.forward(d) turtle.forward(d)
turtle.right(91) turtle.right(91)
......
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