Commit 32c80eb2 by BellCodeEditor

save project

parent 5b6164fb
Showing with 7 additions and 3 deletions
username="王开鹤(大帅哥)" username="王开鹤(大帅哥)"
userpassword="114514" userpassword="114514"
name=input("请输入用户名") while True:
password=("请输入密码") name=input("请输入用户密码")
if name==username and password==userpassword: password=input("请输入密码")
if name==username and password==userpassword:
print("登陆成功") print("登陆成功")
break
print("请重新输入用户名或密码")
print("欢迎来到蛋仔派对(eggy party)")
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