Commit 53fa1bd9 by BellCodeEditor

save project

parent 8dd43757
Showing with 3 additions and 1 deletions
i=3 i=3
...@@ -11,9 +11,11 @@ while True: ...@@ -11,9 +11,11 @@ while True:
break break
elif name!=usenamename: elif name!=usenamename:
print('账号错误') print('账号错误')
print ('你还有' + str(i) + '次机会')
continue continue
else: else:
print('密码错误') print('密码错误')
print ('你还有' + str(i) + '次机会')
continue continue
else: else:
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