Commit 094782c8 by BellCodeEditor

save project

parent 01113de2
Showing with 1 additions and 2 deletions
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
import turtle import turtle
# pen=turtle.Pen() # pen=turtle.Pen()
# pen.write("你好\n诺依收到凡\n哥太热热容易。\n热热羽绒服",font=("Times",30,"normal")) # pen.write("你好\n诺依,我已经会\n用turtle打字了。",font=("Times",30,"normal"))
# pen.hideturtle() # pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.left(45) pen1.left(45)
...@@ -11,5 +11,4 @@ pen1.circle(50,180) ...@@ -11,5 +11,4 @@ pen1.circle(50,180)
pen1.right(90) pen1.right(90)
pen1.circle(50,180) pen1.circle(50,180)
pen1.fd(100) pen1.fd(100)
pen1.hideturtle()
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