Run
str_1 = "apple" set_1 = {x for x in str_1} print(set_1)
Output