Add a print() statement inside the for loop and display item.
print()
item
Make sure to pick print followed by ( and then item, ).
print
(
)