str1 = 'apple' str2 = 'banana' str_all = str1 + str2 set_all = set(str_all) print(len(set_all))