a = {0, 1, 2, 3} b = {'marc', 'pierre', 12, (1, 2, 3)} a.isdisjoint(b) # Résultat : True