diff --git a/native-datatypes.html b/native-datatypes.html index 33458d7..73b2371 100755 --- a/native-datatypes.html +++ b/native-datatypes.html @@ -563,7 +563,7 @@ AttributeError: 'tuple' object has no attribute 'remove'
A set is an unordered “bag” of unique values. A single set can contain values of any datatype. Once you have a two sets, you can do standard set operations like union, intersection, and set difference. +
A set is an unordered “bag” of unique values. A single set can contain values of any datatype. Once you have two sets, you can do standard set operations like union, intersection, and set difference.