Commit d35c4938 by BellCodeEditor

save project

parent c14f19f3
Showing with 5 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
#背景
screen=turtle.Screen()
screen.bgcolor("light biue")
len=screen.textinput("提示","你想多大的爱心,请输入:")
pen=turtle.Pen()
pen.write("Hi,真棒!"("Times",30,))
pen.write("故人西辞黄鹤楼,\n烟花三月下杨州!" font = ("Times",30,"normal"))
pen.hideturtle()
len=60
pen.penup()
......
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