Commit 3eaab9c3 by BellCodeEditor

save project

parent 36bd8fbf
Showing with 2 additions and 0 deletions
......@@ -9,9 +9,11 @@ while True:
break
if username != name:
print("用户名错误")
print("宁还有"+str(i)+"次机会")
i=i-1
if userpassword != password:
print("密码错误")
print("宁还有"+str(i)+"次机会")
i=i-1
if i==0:
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