Commit 7240aa43 by BellCodeEditor

save project

parent 18ad9ca2
Showing with 9 additions and 4 deletions
......@@ -7,9 +7,13 @@ while True:
if a==username and b==userpassword:
print("登陆成功")
break
if a!=username:
print("户名错误,请重新输入")
else:
if b!=userpassword:
print("密码错误,请重新输入")
if a!=username:
print("户名错误,请重新输入")
elif :
if b!=userpassword:
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