Commit 398ea62d by BellCodeEditor

save project

parent 7825cb5e
Showing with 10 additions and 0 deletions
import turtle
pen turtle.pen()
distence=1
for in range(300):
pen.forward(distance)
distence+=1
pen.right(91)
pen.hidturtle()
turtle,down()
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