Код: Выделить всё
alice = {'first_kill', 'level_10', 'treasure_hunter', 'speed_demon'}
bob = {'first_kill', 'level_10', 'boss_slayer', 'collector'}
charlie = {'level_10', 'treasure_hunter', 'boss_slayer', 'speed_demon', 'perfectionist'}
Например, в этом случае я должен получить:
Код: Выделить всё
{'perfectionist','collector'}
Подробнее здесь: https://stackoverflow.com/questions/798 ... tiple-sets