Commit b5d6a14d by BellCodeEditor

save project

parent de6eb7d5
Showing with 7 additions and 7 deletions
......@@ -10,18 +10,18 @@ while True:
if name==username and password==userpassword:
print("登录成功")
break
elif username!=name:
print("账号错误")
print("温馨提示:您还有"+str(i)+"次机会")
continue
else:
print("密码错误")
print("温馨提示:您还有"+str(i)+"次机会")
else:
print("请到我公司解锁")
exit()
# print("用户名或密码错误!")
print("欢迎来到贝尔星球")
print("欢迎来到贝尔星球") elif username!=name:
print("账号错误")
print("温馨提示:您还有"+str(i)+"次机会")
continue
else:
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