Commit 34d111e5 by BellCodeEditor

save project

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