operate over values of a dictionary when values are lists
operate over values of a dictionary when values are lists Question: Suppose I have the following dictionary: data = {‘ACCOUNT_CLOSURE’: [‘account closure’, ‘close account’, ‘close bank’, ‘terminate account’, ‘account deletion’, ‘cancel account’, ‘account cancellation’], ‘ACCOUNT_CHANGE’: [‘change my account’, ‘switch my account’, ‘change from private into savings’, ‘convert into family package’, ‘change title of the account’, …