Inside the list comprehension, code a for loop to iterate through each name in the authors list.
for
name
authors
Make sure to type for name in authors.
for name in authors