Removing Key-Value Pairs with Specific Value

Remove key-value pairs from a dictionary if the value is equal to a given value.
{'a': 1, 'b': 2, 'c': 3}
2
Total : 0 Discussion
Login