Commit cf46d2bc by BellCodeEditor

save project

parent ad4d1bd3
Showing with 1 additions and 1 deletions
...@@ -6,7 +6,7 @@ j.write("你\n好\n啊",font=("Times",20,"normal")) ...@@ -6,7 +6,7 @@ j.write("你\n好\n啊",font=("Times",20,"normal"))
a=turtle.Pen() a=turtle.Pen()
a.left(45) a.left(45)
a.forward(100) a.forward(100)
a.circle(5,180) a.circle(50,180)
a.right(90) a.right(90)
a.circle(50,180) a.circle(50,180)
a.forward(100) a.forward(100)
......
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