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