name = ['Niumei', 'YOLO', 'Niu Ke Le', 'Mona'] food = ['pizza', 'fish', 'potato', 'beef'] num = [3, 6, 0, 3] friend = [name, food, num] print(friend)