Commit d1a2c45e by BellCodeEditor

save project

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