Commit 26c56384 by BellCodeEditor

save project

parent 7c28009d
Showing with 8 additions and 1 deletions
import turtle import turtle
fuck=turtle.Pen() lmx=turtle.Pen()
sb=1
for i in range(300):
lmx.forward(sb)
lmx.left(91)
sb+=4
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