🌈 搜索
📅  最后修改于: 2022-03-11 14:46:48.344000             🧑  作者: Mango
if firstStr.lower() == secStr.lower(): print('Both Strings are same') else: print('Strings are not same')