Write a Python program to get the maximum and minimum value in a dictionary.

Опубликовано: 28 Сентябрь 2024
на канале: DevOps Rulers
2,460
25

Dictionary Data Structure:
#-----------------------------
1.If we want to represent a group of objects as a key value pairs then we should go for key value pair.
2.Duplicate keys are not allowed but values can be duplicate.
3.insertion order is not preserved.
4.Dictionaries are mutable.
5.Dictionaries are dynamic.
6.indexing and slicing concept are not applicable.

Write a Python program to get the maximum and minimum value in a dictionary.

Thank you for watching

#python #programming #coding #programmer #developer #code #software #tech #pythonproblem