Commit b2439dd0 by BellCodeEditor

auto save

parent 7147870e
Showing with 3 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
len = int(turtle.textinput("提示","请问你想要多大的爱心?")) screen = turtle.Screen()
screen.bgcolor("pink")
len = int(screen.textinput("提示","请问你想要多大的爱心"))
pen = turtle.Pen() pen = turtle.Pen()
pen.write("你好,\n诺依!",font=("Times",30,"normal")) pen.write("你好,\n诺依!",font=("Times",30,"normal"))
pen.penup() 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