Commit 4f6d5db3 by BellCodeEditor

save project

parent ea164f15
Showing with 2 additions and 0 deletions
import turtle
turtle.speed(0)
turtle.bgcolor("light blue")
for d in range(1,1200):
turtle.forward(d)
......
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