11 Temmuz 2018 Çarşamba

Python VariableTypes: Sets

A set object is an unordered collection of distinct objects. Common uses include membership testing, removing duplicates from a sequence, and computing mathematical operations such as intersection, union, difference, and symmetric difference.

Set Operations:
-union : a|b
-intersection : a&b
-difference: a-b

Hiç yorum yok:

Yorum Gönder