Commit 09e20f6b by BellCodeEditor

save project

parent c0f0f4d3
Showing with 9 additions and 5 deletions
import turtle
Pen=turtle.Pen()
l=1
for i in range(2500):
Pen.forward(l)
for i in range(1,300):
Pen.forward(i)
Pen.right(91)
l=l+0.9
turtle.done()
\ No newline at end of file
import turtle
Pen=turtle.Pen()
for i in range(6):
Pen.forward(100)
Pen.right(60)
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