Commit 9758f8e9 by BellCodeEditor

auto save

parent 19cb2864
Showing with 11 additions and 0 deletions
import turtle
Pen=turtle.Pen()
Pen.pencolor("red")
Pen.left(45)
Pen.forward(50)
Pen.circle(50,180)
Pen.right(90)
Pen.circle(50,180)
Pen.forward(50)
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