Commit 69bb3e0c by BellCodeEditor

save project

parent 439a9d6b
Showing with 5 additions and 2 deletions
......@@ -8,13 +8,16 @@ while True:
if name != username:
print("您好"+name+",很抱歉星空云存储未查到您的帐户不存在,请重新输入!")
i-=1
print("您的登录尝试剩余次数仅剩"+str(i)+"次!")
elif password != userpassword:
print("您好密码输入有误,请重新输入!")
print("您好"+name+"!您的星空云存储密码输入有误,请重新输入!")
i-=1
print("您的登录尝试剩余次数仅剩"+str(i)+"次!")
elif name != username and password != userpassword:
print("nmd密码和账户名都输错了,你tnd可真是个天才!")
print("您的登录尝试剩余次数仅剩"+str(i)+"次!")
else:
print("你的账户已经被锁定,请带身份证来我司解锁")
print("由于您的登录错误次数过多,请前往星空云存储官网xkycloud.cn重新注册您的帐户或者找回您的星空云存储密码!")
break
if name == username and password == userpassword:
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