标签:orm name else word get user username round ack
import getpass
_username="name"
_password="pass"
username=input("username")
password=getpass.getpass("password")
print(username,password)
if _username==username and _password==password :
print ("用户名正确:".format(name==username))
else:
print("密码错误")
标签:orm name else word get user username round ack
原文地址:http://www.cnblogs.com/304890695h/p/6816043.html