Commit b2db9bde by BellCodeEditor

auto save

parent 812707ce
Showing with 13 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.shape("turtle")
pen.left(50)
pen.forward(10)
for i in range(5):
pen.right(100)
pen.forward(10)
pen.left(100)
pen.forward(10)
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