Commit 04f3b389 by BellCodeEditor

save project

parent 2557affc
Showing with 2 additions and 2 deletions
......@@ -11,11 +11,11 @@ while True:
if name != username:
print("该迷你号不存在")
i-=1
print("您还有"+str(i)+"次机会")
print("官方温馨提示:亲爱的玩家,您还有"+str(i)+"次登录机会")
continue
if password != userpassword:
print("密码错误")
print("您还有"+str(i)+"次机会")
print("官方温馨提示:亲爱的玩家,您还有"+str(i)+"次登录机会")
i-=1
else:
print("sb")
......
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