Splits a string into a list of chars
string (str) – The string to split.
the string split into individual chars
list of strings