Define a function that receives a dictionary. The dictionary…
Questions
Define а functiоn thаt receives а dictiоnary. The dictiоnary keys are associated with a list of int. This function must return a dictionary of those keys but the associated value will be the max of the odd numbered entries, and the min of the even numbered entry. For example, for the first entry, the value is the max of the list. The second entry key, we use the minimum of the list. Here's an example 'abc' : [2,6,4]