Commit 49846821 by BellCodeEditor

save project

parent 33907581
Showing with 4 additions and 1 deletions
...@@ -8,5 +8,8 @@ while True: ...@@ -8,5 +8,8 @@ while True:
if name == usename and password == usepassword: if name == usename and password == usepassword:
print("登录成功!") print("登录成功!")
break break
print("用户密码输入错误") if name != usename:
print("账号错误!")
if password != usepassword:
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