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