I am using python (version 2.7) and I have a variable called characters ('abc123'). I would like to be able to split it so that I have a list of the characters in the variable (['a', 'b', 'c', '1', '2', '3']). Does anyone know how to do this?
Asked
Active
Viewed 98 times