Commit 2bbdbce9 by BellCodeEditor

save project

parent a1d422e7
Showing with 11 additions and 2 deletions
J="123"
o="1234"
P=input("请输入你的账号")
a=input("请输入你的密码")
if J==P and o==a:
print("密码正确")
\ No newline at end of file
# 利用write()帮助悟空给诺依回信吧~
import turtle
screen=turtle.Screen()
screen.bgcolor("light green")
screen.bgcolor("light red")
len=screen.textinput("提示","你想要多大的爱心呀?")
len=int(len)
pen=turtle.Pen()
pen.write("你好\n诺依.",font=("Times",30,"normal"))
pen.write("你好\n",font=("Times",30,"normal"))
pen.hideturtle()
len=30
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