Commit 87b35f1d by BellCodeEditor

save project

parent 18e5c0ec
Showing with 3 additions and 1 deletions
...@@ -10,10 +10,12 @@ while True: ...@@ -10,10 +10,12 @@ while True:
print("登录成功") print("登录成功")
break break
elif user1!=user: elif user1!=user:
print("用户名错误") print("用户名错误")
print("还有"+str(i)+"机会")
else: else:
mima1!=mima mima1!=mima
print("密码错误") print("密码错误")
print("还有"+str(i)+"机会")
if i==0: if i==0:
print("账户冻结") 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