Andrew Breza

11%
Flag icon
In addition to enforcing uniqueness, the set types implement many set operations as infix operators, so, given two sets a and b, a | b returns their union, a & b computes the intersection, a - b the difference, and a ^ b the symmetric difference.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview