Commit 7a216434 by BellCodeEditor

save project

parent 9236da03
Showing with 16 additions and 0 deletions
for i in range(5000,10001):
print(i)
\ No newline at end of file
import turtle
pen = turtle.Pen()
#pen.penup()
#pen.goto(-200.00,200.00)
#pen.pendown()
pen.speed(0)
for i in range(1,30000):
pen.forward(i)
pen.right(91)
turtle.done()
\ 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