Commit 14bb2dcb by BellCodeEditor

save project

parent de5070f9
Showing with 3 additions and 32 deletions
...@@ -11,42 +11,12 @@ while True: ...@@ -11,42 +11,12 @@ while True:
break break
if i !=username: if i !=username:
print("用户不存在") print("用户不存在")
print("还有"+str(t)+"次")
continue continue
if p !=userpassword: if p !=userpassword:
print("密码错误") print("密码错误")
print("还有"+str(t)+"次")
continue continue
else: else:
print("账号被冻姐") print("账号被冻姐")
exit() exit()
\ 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