Commit 278f5455 by BellCodeEditor

save project

parent 8fa85be8
Showing with 5 additions and 2 deletions
......@@ -10,6 +10,9 @@ while True:
if name == username and p == userpassword:
print("登陆成功")
break # 跳出循环
else:
print("登陆失败")
if name != username :
print("账号错误")
continue
if p != userpassword :
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