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