I have a notepad text file with a list of names
eg.
raymond james
warren buffett
ernest giles
william blair
How would I turn this into a list where each list item is the WHOLE name on each line.
So my list would be:
['raymond james', 'warren buffet', 'ernest giles', 'william blair']