# enlever un élément avec remove a = {2, (1, 3, 5), 'pierre', (1, 2, 3), 12, 'marc'} a.remove('jean') # Résultat : exception