not all set operations are comparison operations
text says " Methods generally take any iterable
as an argument, while operators require that both things being compared are sets
or frozensets
."
propose " Methods generally take any iterable
as an argument, while operators require that both sides of the operation are sets
or frozensets
."