Commit 834543ab by BellCodeEditor

save project

parent 342fa8a6
Showing with 4 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
len=30
screen=turtle.Screen()
screen.bgcolor("blue")
screen.bgcolor("pink")
len=screen.textinput("提示","你想要多大的爱心?")
len=int(len)
pen=turtle.Pen()
pen.write("你好啊!",font=("Times",13,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.penup()
pen1.goto(100,0)
......
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