Question: plz run & display resulths Write a python function reverse(dct) that takes as input a dict and returns a new dict where the keys and
plz run & display resulths
Write a python function reverse(dct) that takes as input a dict and returns a new dict where the keys and values have been flipped.
You can assume the input dict has only string values.
>>> reverse({"boy": "ragazzo", "girl": "ragazza", "baby": "bambino"})
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
