Commit 49589297 by BellCodeEditor

save project

parent a3f438f4
Showing with 5 additions and 2 deletions
...@@ -6,8 +6,11 @@ while True: ...@@ -6,8 +6,11 @@ while True:
if id == id2 and pwd == pwd2: if id == id2 and pwd == pwd2:
print("欢迎") print("欢迎")
break break
else: if id != id2:
print("请重新输入") print("用户名错误")
if pwd != pwd2:
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