Commit 675e6424 by BellCodeEditor

save project

parent aa11245d
Showing with 10 additions and 2 deletions
import from turtle import *
\ No newline at end of file
dist=1
for i in range(1,300,2):
forward(i)
right(91)
dist+=1
hideturtle()
done()
\ 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