Commit e980230e by BellCodeEditor

auto save

parent be1ec791
Showing with 21 additions and 0 deletions
import turtle
turtle.pencolor("orange")
turtle.begin_fill()
for i in range(20):
for j in range(4):
turtle.forward(100)
turtle.left(90)
turtle.left(18)
turtle.end_fill()
turtle.hideturtle()
turtle.done()
pen=turtle.Pen()
for i in range(1,300):
pen.forward(i)
pen.right(91)
pen.hideturtle()
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