Commit c0de0550 by BellCodeEditor

save project

parent ed87c0bc
Showing with 6 additions and 5 deletions
# 利用write()帮助悟空给诺依回信吧~ username="python"
import turtle userpassword="123456"
screen=turtle.Screen() name=input("请输入用户名")
len=screen.textinput("提示","你想要多大的爱心呀?") password=input("请输入密码 ")
if name == username and password == userpassword:
print("登入成功!")
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