Commit 73238905 by BellCodeEditor

save project

parent 51d25431
Showing with 8 additions and 2 deletions
...@@ -5,4 +5,10 @@ pen.write("你好\n诺依,.",font=("Times",30,"normal")) ...@@ -5,4 +5,10 @@ pen.write("你好\n诺依,.",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
pen1= pen1=turtle.Pen()
\ No newline at end of file pen1.left(45)
pen1.fd(100)
pen1.ircle(150,180)
pen1.right(90)
pen1.ircle(50,180)
pen1.fd(100)
\ 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