How to split one word into an array?

Use list:

> list('dog')
['d', 'o', 'g']