I am learning python and I just want to know how to change the below string1 to a list.
Input string: string1 = Hello
Output list: to_list = [H, E, L, L, O]
I am learning python and I just want to know how to change the below string1 to a list.
Input string: string1 = Hello
Output list: to_list = [H, E, L, L, O]