Commit 462efc49 by BellCodeEditor

save project

parent 166278d3
Showing with 3 additions and 3 deletions
import turtle import turtle
d=1
turtle.speed(0) turtle.speed(0)
for i in range(300): for d in range(1,700):
turtle.forward(d) turtle.forward(d)
turtle.right(91) turtle.right(91)
d=d+1
turtle.done() 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