# ajouter un élément a = {'marc', 'pierre', 12, (1, 2, 3)} a.add(1) # Résultat : {1, (1, 2, 3), 12, 'marc', 'pierre'}