Q. Find the minimum and maximum value in a dictionary?
Answers
Answered by
0
Answer:
Use max() and dict. values() to find the max value in a dictionary. Call dict. values() to get a dict_values object containing the values of dict
Answered by
0
Answer:
maximum - 5874
minimum - 500
Please mark as brainliest.
Similar questions