Commit 005634a7 by BellCodeEditor

save project

parent d1f7e690
Showing with 4 additions and 1 deletions
......@@ -13,5 +13,7 @@ while True:
print("账号错误")
elif password != userpassword:
print("密码错误")
else
else:
print("您的账号被锁定")
exit()
print("欢迎来到贝尔编程!")
\ No newline at end of file
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