Commit cbcd07ef by BellCodeEditor

save project

parent 3e2f5278
Showing with 9 additions and 6 deletions
username="WX343164"
userpassword="123456"
while True:
a=input("账号是:")
b=input("密码是:")
a=input("账号是:")
b=input("密码是:")
if a==username and b==userpassword :
print("登陆成功")
\ No newline at end of file
if a==username and b==userpassword :
break
print("登陆失败,请重新输入!")
print("登陆成功!")
print("欢迎来到贝尔编程")
\ No newline at end of file
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