Splitting Strings || python || challenge
Data :
Using?.split()?and the provided string, create a list called?author_names?containing each individual author name as it’s own string.
2. but now it turns out they didn’t want poet’s first names (why didn’t they just say that the first time!?)
Create another list called?author_last_namesthat only contains the last names of the poets in the provided string.