user = input (" name:") pwd = input ("password:") if user == "chw" and pwd == "chw": print ("successful") else: print ("False")
www.FishC.com
标签:als user code 分享 int opened log com ide
user = input (" name:") pwd = input ("password:") if user == "chw" and pwd == "chw": print ("successful") else: print ("False")
www.FishC.com
标签:als user code 分享 int opened log com ide
原文地址:https://www.cnblogs.com/chenhongwei/p/8352754.html