Commit 12a96813 by BellCodeEditor

save project

parent e6cc047a
Showing with 4 additions and 4 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
screen=turtle.screen() screen=turtle.Screen()
screen.bgcolor("light.blue") screen.bgcolor("light blue")
len=60 len=screen.textinput("提示","你想要多大的爱心")
len=int(len)
pen=turtle.Pen() pen=turtle.Pen()
pen.write("hi~\n,我是你祖宗",font=("yimes",18,"normal")) pen.write("hi~\n,我是你祖宗",font=("yimes",18,"normal"))
......
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