Commit c39e5004 by BellCodeEditor

save project

parent 9d29f99c
Showing with 2 additions and 4 deletions
import turtle import turtle
p=turtle.Pen() p=turtle.Pen()
r=1
p.hideturtle() p.hideturtle()
for i in range(80): for i in range(0,300,2):
p.forward(r) p.forward(i)
r+=1
p.left(91) p.left(91)
turtle.done() 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