分别set求差集统计下
a = set("abhcd")
b = set("cdlag")
e = a - b
print(len(list(e)))