Commit d01dc55d by BellCodeEditor

save project

parent 2254993e
Showing with 9 additions and 3 deletions
username="wangzherongyao" username="wangzherongyao"
usernamepassword="10086" usernamepassword="10086"
name=input("请输入用户名") while True:
password=input("请输入密码") name=input("请输入用户名")
if username==name and usernamepassword==password: password=input("请输入密码")
if username==name and usernamepassword==password:
print("登陆成功") print("登陆成功")
break
print("登陆失败")
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