convert string into list
hi, well i have this string a=("1234")
and i whant to have something like this: list=['1','2','3','4']
to finally can add this numbers: 1+2+3+4
and i whant to have something like this: list=['1','2','3','4']
to finally can add this numbers: 1+2+3+4