Commit e9ee0ee7 by BellCodeEditor

save project

parent c20f0945
Showing with 15 additions and 0 deletions
import turtle
fuck=turtle.Pen()
\ No newline at end of file
import turtle
lmx=turtle.Pen()
sb=1
lmx.speed(40)
for lmx_ in range(1,300):
print(lmx_)
lmx.forward(sb)
lmx.left(91)
sb+=1
lmx.hideturtle()
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