Skip to content

Commit 2fc1177

Browse files
committed
super important note
1 parent 6f2f70e commit 2fc1177

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

python/ultimate_utils/07-dictionaries-sets.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,4 +257,6 @@
257257

258258
#This is like:
259259
symmetric = only_my_colors | only_her_colors
260-
print(symmetric)
260+
print(symmetric)
261+
262+
#like union and intersection, there are method versions that return. --> .difference and .symmetric_difference

0 commit comments

Comments
 (0)