Commit f226e789 by BellCodeEditor

save project

parent 0708ae79
Showing with 2 additions and 0 deletions
......@@ -14,9 +14,11 @@ while True:
break
if username!=name:
print('用户错误!请重新输入')
print('翁新提示,你还有2次机会')
continue
if userpassword!=password:
print('密码错误!请重新输入')
print('温馨提示你还有1次')
continue
else:
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