#假如你的某些字符是s和asome_letter = ["s","a"]ss = "sadsahchcdsc"other_letters = []for s in ss: if not some_letter.count(s): other_letters.append(s) flag = Trueif other_letters: print "字符串含有别的字符",other_letters