Run
myString = 'apple,banana,cherry' myList = myString.split(',') print(myList)
Output