Commit a5d74f8d by BellCodeEditor

save project

parent d0589857
Showing with 2 additions and 2 deletions
import turtle
pen=turtle.Pen()
for i in range(2,400,1):
for i in range(1,400,2):
pen.forward(i)
pen.right(91)
pen.hideturtle()
......
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