drinks = ["coca cola." " sprite," " fanta"] for x in drinks: print(x)
print('The lists are:', for list in L: print(list, ' '))