Commit 2bb9f7a3 by BellCodeEditor

save project

parent 9c63c13d
Showing with 18 additions and 1 deletions
# 利用write()帮助悟空给诺依回 # 利用write()帮助悟空给诺依回
#import turtle import turtle
#pen=turtle.Pen() #pen=turtle.Pen()
#pen.write("hi,诺伊") #pen.write("hi,诺伊")
#pen.hideturtle() #pen.hideturtle()
#turtle.done() #turtle.done()
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen()
pen.penup()
pen.goto(-100,0)
pen.write("祝你生日快乐",font=("Times",30,"normal"))
pen.hideturtle()
turtle.done()
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