Commit 76afc37f by BellCodeEditor

save project

parent 62e6c47b
Showing with 2 additions and 0 deletions
......@@ -11,8 +11,10 @@ while True:
break
if name != username:
print("名字错,重输:")
print("温馨提示:"+str(i)+"次")
elif password != userpassword:
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