set.is_not_common(other_set)
set.not_common(other_set)
set.isdisjoint(other_set)
set.disjoint(other_set)
isdisjoint()
Discuss About this Question.
set('programming') | set('python')
{'p', 'r', 'o', 'g', 'a', 'm', 'i', 'n'}
{'p', 'r', 'o', 'g', 'a', 'm', 'i', 'n', 'y', 't', 'h'}
['p', 'r', 'o', 'g', 'a', 'm', 'i', 'n']
('programming', 'python')
set.clear()
set.remove_all()
set.delete_all()
set.empty()
clear()
set.update(iterable)
TypeError
update()
set.is_subset(other_set)
set.contains(other_set)
set.issubset(other_set)
set.subset(other_set)
issubset()
To install on iPhone/iPad: tap Share → Add to Home Screen.
Discuss About this Question.