Question: python Problem 2. Implement a function transpose, with the following behavior: Accepts a single argument as input, a dictionary data whose keys are strings, and

Problem 2. Implement a function transpose, with the following behavior: Accepts a single argument as input, a dictionary data whose keys are strings, and whose values are lists of strings. Returns a dictionary data transpose whose keys are the strings s that appear in the values of data, and whose values are lists of keys in data where s appears
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
