24diy1.py 166 Bytes Edit 1 2 3 4 5 6 usename = "python" userpassword = "123456" a=input("请输入用户名") b=input("请输入密码") if a==usename and b==userpassword: print("登录成功!")