Commit 11179d7f by BellCodeEditor

auto save

parent 654bc3ba
Showing with 14 additions and 0 deletions
import turtle
z=turtle.Pen()
z.write()
import turtle
s=turtle.Pen()
s.left(45)
s.forward(100)
s.circle(50,180)
s.right(90)
s.circle(50,180)
s.forward(100)
s.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