收起
s = input(">>>") res = [i for i in s if s.count(i) ==1 ] if res : print(res[0]) else: print("No")
报告相同问题?