Python split string to list function python Copy 1 2def split_string(string, delimeter): return string.split(delimeter) Share this: