Commit 4bcf4aad by BellCodeEditor

save project

parent edc0fa97
Showing with 5 additions and 3 deletions
......@@ -11,11 +11,12 @@ while True:
break
if name!=username:
print("用户名错误")
print("温馨提示:您还有"+str(i)+"次登录机会")
continue
if password!=userpassword:
print("密码错误")
continue
print("密码有误,重新输入!")
print("温馨提示:你还有"+str(i)+"次登录机会")
else:
print("输入次数已用完")
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