Posts by ashoka • 9 points
1 post
-
-1
votes1
answer29
viewsQ: How to remove a value from a set that is inside a set dictionary?
For example, if I have a dictionary like this: { x: { 1, 2, 3 }, y: { 2, 3, 4 }, z: { 1, 5, 6 } } How do I remove all occurrences of 2?