Commit b8bec68c by BellCodeEditor

auto save

parent 1eeddb9b
Showing with 4 additions and 5 deletions
import turtle import turtle
Pen=turtle.Pen() Pen=turtle.Pen()
distance=1 for i in range(1,300):
for i in range(300): Pen.forward(i)
Pen.forward(distance) Pen.left(91)
Pen.left(91) \ No newline at end of file
distance=distance+1
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