Commit 19dd8de4 by BellCodeEditor

save project

parent d0988daf
Showing with 2 additions and 0 deletions
......@@ -11,10 +11,12 @@ while True:
break
if name != username:
print("账号错误请重新输入")
print("您还有"+str(i)+"次登陆机会")
continue
if userpassword != password:
print("密码错误请重新输入")
print("您还有"+str(i)+"次登陆机会")
else:
print ("你的账号已死掉")
exit()
......
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