November 2018
Beginner
304 pages
7h 35m
English
Operations that are specific to sets and frozensets generally provide a way to quickly compare and shift out common/uncommon items between the different sets. Examples of the following methods can be seen in the next screenshot. The following non-exhaustive listing of set methods is an example of the more common set methods.
However, be sure to review the official Python documentation as there are some differences between set and frozenset methods:
Read now
Unlock full access