Commit 7bb14b1a by BellCodeEditor

save project

parent 6f89292d
Showing with 7 additions and 1 deletions
......@@ -5,5 +5,10 @@ import turtle
# w.hideturtle()
# turtle.done()
j=turtle.Pen()
j.circle(50)
j.left(45)
j.forward(100)
j.circle(50,180)
j.right(90)
j.circle(50,180)
j.forward(100)
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