Commit 1eeddb9b by BellCodeEditor

save project

parent afc10335
Showing with 3 additions and 5 deletions
import turtle import turtle
Pen=turtle.Pen Pen=turtle.Pen()
distance=1 distance=1
i=[distance]
for i in range(300): for i in range(300):
forward(i) Pen.forward(distance)
Pen.left(91) Pen.left(91)
i=i+1 distance=distance+1
\ 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