I'm trying to make this code print out the names. However, CodeAcademy says that it is wrong perhaps it because I have "" around the names around them when they are printed. What I wonder is how do I print out each name line by line. I'm thinking I need to use len.
names = ["Adam","Alex","Mariah","Martine","Columbus"]
for x in [names]:
print x