Commit ad9de8cd by BellCodeEditor

save project

parent 18a97930
Showing with 3 additions and 2 deletions
...@@ -9,7 +9,8 @@ while True: ...@@ -9,7 +9,8 @@ while True:
print("登陆成功") print("登陆成功")
break break
if name!=username: if name!=username:
print("输入错误,请重新登陆") print("用户错误,请重新登陆")
continue
if aaa!=userpassword: if aaa!=userpassword:
print("输入错误,请重新登陆") print("密码错误,请重新登陆")
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