Commit 04cdd2c5 by BellCodeEditor

save project

parent 711d2646
Showing with 4 additions and 1 deletions
......@@ -11,8 +11,11 @@ while True:
break
elif name!=username:
print("用户名错误!")
print("你还有"+str(i)+"次次数")
else:
print("密码错误!")
print("密码错误!")
print("你还有"+str(i)+"次数")
else:
print("密码输入次数过多,账号已被封禁")
exit()
......
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