diy1.py 161 Bytes Edit 1 2 3 4 5 6 7 8 username="WX343164" userpassword="123456" a=input("账号是:") b=input("密码是:") if a==username and b==userpassword : print("登陆成功")