0
convert to list faileld
code: s= "I will sucess soon" list(s) print(type(s)) "s" still string , why didn't convert to list?
2 Answers
0
Thanks for your help but I need more details to know What I miss or did wrong in my code ?
0
My only mistake that I didn't assign list (s) to the variable s.
Thanks for your help and time đ