Commit 4b415e4c by BellCodeEditor

save project

parent eb66a6a3
Showing with 2 additions and 2 deletions
name="阔绰" name="阔绰"
...@@ -16,7 +16,7 @@ elif username!=myusernme: ...@@ -16,7 +16,7 @@ elif username!=myusernme:
continue continue
eilf password!=mypassword: eilf password!=mypassword:
i=i-1 i=i-1
print("密码错误! 输入错误第"+str(times)+"次, 剩余"+str(5-times)+"次") print("密码错误! 输入错误第"+str(5-i)+"次, 剩余"+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