Commit 13b2de3c by BellCodeEditor

save project

parent d1fd8eab
Showing with 6 additions and 2 deletions
...@@ -26,4 +26,8 @@ pen1.color("green") ...@@ -26,4 +26,8 @@ pen1.color("green")
pen1.forward(50) pen1.forward(50)
pen1.color("red") pen1.color("red")
pen1.hideturtle pen1.hideturtle
turtle.done() pen2=turtle.Pen()
\ No newline at end of file pen.penup()
pen.goto(80,-30)
pen.write("诺依,我不喜欢你,但你很聪明。",font=("Times",18,"normal"))
pen.hideturtle()
\ 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