Run
str_1 = 'python' list_1 = [x for x in str_1] print(list_1)
Output