Say I have a string like this:
'0123456789'
can I convert that into a list like this?
['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']
Thanks in advance! I've been searching for a while, but haven't found precisely what I want, so I asked a question.