Commit f11444d2 by BellCodeEditor

auto save

parent 7149adfd
Showing with 11 additions and 0 deletions
import turtle
a=turtle.Pen()
a.left(45)
a.forward(200)
a.circle(100,180)
a.right(90)
a.circle(100,180)
a.forward(200)
a.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