What is the output of the following code? cheeses = ['Cheddar', 'Edam', 'Gouda'] numbers = [17, 123] empty = [] print(cheeses, numbers, empty)