mes_fruits = list(("pomme", "banane", "cerise")) print(mes_fruits) ''' ['pomme', 'banane', 'cerise'] '''