Appearance
Use str.split(sep...)
str.split(sep...)
# ['1', '2', '3'] '1,2,3'.split(',')
See Python documentation