Commit 89aa7273 by BellCodeEditor

save project

parent 13b2de3c
Showing with 4 additions and 2 deletions
...@@ -28,6 +28,7 @@ pen1.color("red") ...@@ -28,6 +28,7 @@ pen1.color("red")
pen1.hideturtle pen1.hideturtle
pen2=turtle.Pen() pen2=turtle.Pen()
pen.penup() pen.penup()
pen.goto(80,-30) pen.goto(80,-50)
pen.write("诺依,我不喜欢你,但你很聪明。",font=("Times",18,"normal")) pen.write("诺依,我不喜欢你\n,但你很聪明。",font=("Times",18,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done()
\ 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