Python判断用户登录状态,并返回结果

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python判断用户登录状态,并返回结果相关的知识,希望对你有一定的参考价值。

技术分享

技术分享
username = "Anker"
passward = "Abc123"
number =2
for i in range(1,4,1):
    _username = input("username:")
    _passward = input("passward:")
    if _username==username and _passward==passward:
        print("登录成功")
        break
    else:
        print("username or passward wrong,please input again.remain :",number)
        number = number - 1
else:
    print("输入三次错误,已锁定")
View Code

 

以上是关于Python判断用户登录状态,并返回结果的主要内容,如果未能解决你的问题,请参考以下文章

前端判断用户登录状态方法

Python(66)_判断用户传入的参数str中计算数字,字母,空格,以及其他的个数,并返回结果

用javascript判断用户是不是登陆未登陆返回登录页

在底部导航栏中保存片段状态

使用python模拟用户登录

怎么判断curl调用接口返回成功:响应码