Commit aab0d79d by BellCodeEditor

save project

parent faf8dd05
Showing with 17 additions and 0 deletions
import turtle
fuck=turtle.Pen()
\ No newline at end of file
import turtle
lmx=turtle.Pen()
colors=["red","orange","yellow","green"]
sb=1
lmx.speed(40)
for lmx_ in range(1,300):
print(lmx_)
lmx.forward(sb)
lmx.left(91)
sb+=1
lmx.pencolor(colors[lmx_%4])
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