Run
# Initialise a list myList = ['apple', 'banana', 'cherry'] # Print list to console output print(myList)
Output