

user = input (" name:") pwd = input ("password:") if user == "chw" and pwd == "chw": print ("successful") else: print ("False")
www.FishC.com
user = input (" name:") pwd = input ("password:") if user == "chw" and pwd == "chw": print ("successful") else: print ("False")
www.FishC.com
转载于:https://www.cnblogs.com/chenhongwei/p/8352754.html