Commit e00cc16c by BellCodeEditor

save project

parent de8f9559
Showing with 3 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~
# 利用write()帮助悟空给诺依回信吧~
......@@ -3,6 +3,8 @@ import turtle
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
screen=turtle.Screen()
screen.bgcolor("pink")
pen.write("你好,诺依\n**********\n*****************\n****************\n**********",font=("Times",30,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
......
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