Commit d9bd3c59 by BellCodeEditor

save project

parent 95172e5e
Showing with 4 additions and 3 deletions
...@@ -13,9 +13,10 @@ while True: ...@@ -13,9 +13,10 @@ while True:
continue continue
if word!=uamserpassword: if word!=uamserpassword:
print("密码错误") print("密码错误")
else: if i=0
print("你的账号已被锁定") else:
exit() print("你的账号已被锁定")
exit()
print("欢迎来到贝尔编程") print("欢迎来到贝尔编程")
# 请用input()实现用户输入账号、密码的功能 # 请用input()实现用户输入账号、密码的功能
......
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