Commit f8b365bf by BellCodeEditor

save project

parent 85ed72b6
Showing with 5 additions and 1 deletions
...@@ -2,4 +2,8 @@ import turtle ...@@ -2,4 +2,8 @@ import turtle
P2=turtle.Pen() P2=turtle.Pen()
P2.lt(45) P2.lt(45)
p.fd(100) p.fd(100)
p2.circle p2.circle(50,180)
p2.rt(90)
p2.circle(50,180)
p2.fd(100)
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