Commit 37ce4b44 by BellCodeEditor

auto save

parent 2eab9e88
Showing with 2 additions and 0 deletions
...@@ -12,8 +12,10 @@ while True: ...@@ -12,8 +12,10 @@ while True:
if name == username: if name == username:
if password != userpassword: if password != userpassword:
print("密码错误") print("密码错误")
print()
if name != username: if name != username:
print("用户名错误") print("用户名错误")
else: else:
print("账户已锁定") print("账户已锁定")
exit()
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