I'm writting a program where the user has to input some random words like this:
Enter some words: apple, house, fire, guitar
and then I have to take this individual words (without the commas) and place them in a list. How do I take an input with several words and put them in a list?