Commit f0ecb5c8 by BellCodeEditor

save project

parent f0ea6064
Showing with 11 additions and 1 deletions
import turtle import turtle
i=1
q=1
pen=turtle.Pen() pen=turtle.Pen()
pen.shape("turtie") pen.shape("turtle")
for i in range(500):
pen.forward(100)
pen.left(72)
pen.forward(q)
pen.left(i)
q=q+5
i=i+5
turtle.done() 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