
ASCII字符串:
string1 = 'Hello'string2 = 'hello'if string1.lower() == string2.lower(): print("The strings are the same (case insensitive)")else: print("The strings are NOT the same (case insensitive)")欢迎分享,转载请注明来源:内存溢出

ASCII字符串:
string1 = 'Hello'string2 = 'hello'if string1.lower() == string2.lower(): print("The strings are the same (case insensitive)")else: print("The strings are NOT the same (case insensitive)")欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)