Dictionary operation according to user input in Python
Dictionaries in python store a collection of data like Lists. The difference between a dictionary and a list is you need to store the values with keys which will be separated by a (:)colon.
Example:
dict ={'Language': 'Python', 'Version': '3.7.4', 'P...
codengocool.hashnode.dev3 min read