Q59
Single choice
You want to print each name of the list on a new line.
data = ['Peter', 'Paul', 'Mary', 'Jane']
Which statement will you use?