mes_fruits = ("Pomme","Poire","Banane") print(type(mes_fruits)) ''' ''' print(mes_fruits) ''' ('Pomme', 'Poire', 'Banane') '''