Commit c902c381 by BellCodeEditor

save project

parent 71d97270
Showing with 1 additions and 1 deletions
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
import turtle import turtle
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.penup() pen1.penup()
pen1.goto(100,-100) pen1.goto((100,-100))
pen1.write("你好呀,诺依!\n好久不见了",font=("Times",20,"normal")) pen1.write("你好呀,诺依!\n好久不见了",font=("Times",20,"normal"))
pen1.hideturtle() pen1.hideturtle()
#画爱心 #画爱心
......
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