Value Multpliy by 2 in Dictinoary

Multiply each value in sample_dict by 2 and return the updated dictionary.
{"a": 1, "b": 2, "c": 3}
Total : 0 Discussion
Login