Commit fa810c3f by BellCodeEditor

save project

parent 484b7e91
Showing with 7 additions and 3 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
for i in range(5): distance=1
pen.forward(100) for i in range(360):
pen.right(144) pen.forward(distance)
pen.right(91)
distance+=1
pen.hideturtle()
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