Commit 9f27c503 by BellCodeEditor

save project

parent 6594ab6e
Showing with 2 additions and 2 deletions
import turtle as a
a.speed(10)
for i in range(1,700):
a.speed(100)
for i in range(1,800):
a.forward(i)
a.right(91)
a.hideturtle()
......
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