Commit 34d111e5 by BellCodeEditor

save project

parent f90b3630
Showing with 9 additions and 6 deletions
usename = "python" usename = "python"
usename = "python" usename = "python"
userpassword = "123456" userpassword = "123456"
a=input("你的账号是啥子?") while True:
b=input("你的密码是啥子?") a=input("你的账号是啥子?")
if a=="python": b=input("你的密码是啥子?")
print("正确") if a==usename and b==userpassword:
if b=="123456":
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