Commit 1a2a9dca by BellCodeEditor

save project

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