python file to char array code example Example: python string to char array >>> s = "foobar" >>> list(s) ['f', 'o', 'o', 'b', 'a', 'r']