Commit 397ca2ff by BellCodeEditor

save project

parent 3ce31792
Showing with 11 additions and 0 deletions
import turtle
pen=turtle.Pen()
x=0
for i in range(250):
pen.hideturtle()
pen.forward(x)
pen.left(92)
x=x+1
turtle.done()
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