Commit 62a57aaa by BellCodeEditor

save project

parent 3ce31792
Showing with 20 additions and 0 deletions
import turtle
a=turtle.Pen()
a.penup()
changdu=1
a.pendown()
for i in range(800):
a.forward(changdu)
a.right(91)
changdu+=1
turtle.done()
\ No newline at end of file
import turtle
a=turtle.Pen()
a.penup()
a.pendown()
for i in range(800):
a.forward(i)
a.right(91)
turtle.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