Commit 38d31e28 by BellCodeEditor

save project

parent 694e07a6
Showing with 6 additions and 1 deletions
...@@ -3,5 +3,10 @@ import turtle ...@@ -3,5 +3,10 @@ import turtle
#p.write("诺伊,你好\n我会用编辑器打字了",font=("times",30,"normal")) #p.write("诺伊,你好\n我会用编辑器打字了",font=("times",30,"normal"))
#turtle.done() #turtle.done()
p1 = turtle.Pen() p1 = turtle.Pen()
p1.circle(100) p1.left(45)
p1.forward(100)
p1.circle(50,180)
p1.right(90)
p1.circle(50,180)
p1.forward(100)
turtle.done() 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