diy1.py 137 Bytes Edit 1 2 3 4 5 6 zh="www" mm="123456" name=input("输入账号:") mima=input("输入密码:") if name==zh and mima==mm: print("登录成功")