Question: Write a Python program to get the maximum and minimum value in a dictionary. For example: my_data = {'x':500, 'y':5874, 'z': 560} maximum is 5874
Write a Python program to get the maximum and minimum value in a dictionary. For example: my_data = {'x':500, 'y':5874, 'z': 560} maximum is 5874 minimum is 500
I need the correct answer fast please
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
