Commit 29f3f8ff by BellCodeEditor

save project

parent e2090e76
Showing with 7 additions and 2 deletions
......@@ -11,8 +11,12 @@ while True:
break
if username!=name:
print("用户名不存在,请重新输入")
print("温馨提示您还有"+str(i)+"次机会")
continue
else:
print("密码错误,请重新输入")
if userpassword!=password:
print("账号不存在,请重新输入")
print("温馨提示您还有"+str(i)+"次机会")
else:
exit()
print("您的账户已被锁定,请带身份证来我司解锁")
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