Commit 4c87df94 by BellCodeEditor

auto save

parent c20f0945
Showing with 8 additions and 0 deletions
from pan import turtle*
pan=turtle.Pan()
distance=1
for i in range(300):
pan=forward(distance)
distance=i+1
right(91)
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