Commit 1a2a9dca by BellCodeEditor

save project

parent ddea08eb
Showing with 1 additions and 0 deletions
...@@ -8,6 +8,7 @@ while True: ...@@ -8,6 +8,7 @@ while True:
i-=1 i-=1
if username!=name: if username!=name:
print('账号不存在') print('账号不存在')
print('剩余'+str(i)+'次')
continue continue
password=input('输入密码') password=input('输入密码')
if userpassword!=password: if userpassword!=password:
......
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