Run
myString = 'apple-banana-herry' myList = myString.split('-') print(myList)
Output