Commit 374eb994 by BellCodeEditor

save project

parent 665773c2
Showing with 3 additions and 4 deletions
import turtle import turtle
dafengche = 1
turtle.speed(0) turtle.speed(0)
for i in range(300): for i in range(1,300):
turtle.fd(dafengche) turtle.fd(i)
dafengche += 1
turtle.right(91) turtle.right(91)
turtle.down() turtle.down()
\ 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