Commit d1a2c45e by BellCodeEditor

save project

parent 25bc3ca8
Showing with 3 additions and 1 deletions
...@@ -11,10 +11,12 @@ while True: ...@@ -11,10 +11,12 @@ while True:
break break
if username != name: if username != name:
print("用户名不存在,请重新输入!") print("用户名不存在,请重新输入!")
print("你还有"+str(i)+"次机会,请给老子注意,要不,老子就把你的账号锁了。")
continue continue
if userpassword != password: if userpassword != password:
print("密码不正确,请重新输入!") print("密码不正确,请重新输入!")
print("你还有"+str(i)+"次机会,请给老子注意,要不,老子就把你的账号锁了。")
else: else:
print("你的账户已锁定,请用手机扫描确认后即可登陆。") print("老子已经把你的账户锁了,用手机扫描确认后才能登陆,要不老子就打110了。")
exit() 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