Commit 2a9d2b8a by BellCodeEditor

save project

parent e9ca8fea
Showing with 1 additions and 1 deletions
...@@ -8,10 +8,10 @@ while True: ...@@ -8,10 +8,10 @@ while True:
i-=1 i-=1
if zhanghao == zhang and mi == mima: if zhanghao == zhang and mi == mima:
print("登陆成功") print("登陆成功")
print("还剩"+str(i)+"几次!")
break break
if zhanghao != zhang: if zhanghao != zhang:
print("用户不存在,重新输入你个***居然连自己账号都忘了:") print("用户不存在,重新输入你个***居然连自己账号都忘了:")
print("还剩"+str(i)+"次机会!")
continue continue
if mima != mi: if mima != mi:
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