Commit a004d79d by BellCodeEditor

save project

parent fa519f6b
Showing with 1 additions and 1 deletions
...@@ -13,7 +13,7 @@ while True: ...@@ -13,7 +13,7 @@ while True:
elif username!=name: elif username!=name:
print("账号错误") print("账号错误")
continue continue
else userpassword!=password: else:
print("密码错误") print("密码错误")
else: else:
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