Commit 1a7dafb5 by BellCodeEditor

auto save

parent 590f6b2e
Showing with 11 additions and 0 deletions
import turtle
import turtle
p=turtle.Pen()
p.speed(0)
for i in range(1,3001):
p.forward(i)
p.left(89)
turtle.done()()
#
# for i in range(2,10,2):
# print(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