Commit d531977e by BellCodeEditor

auto save

parent f63b4f2a
Showing with 0 additions and 1 deletions
import turtle as p
color=["green","orange","red","pink"]
p.speed(10000000000000000)
for i in range(1,300):
p.fd(i)
......
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