Commit fa810c3f by BellCodeEditor

save project

parent 484b7e91
Showing with 8 additions and 5 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)
turtle.done() pen.right(91)
\ No newline at end of file distance+=1
pen.hideturtle()
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