Fairly new to Python, still struggling with so much information.
All the documentation I\'ve seen about dictionaries explain various ways of getting a value via a k
Building a opposite dictionary is not at all good manner as one or more key have same value but if you invert it you need to insert key:[value1,... ] structure which will lead you to another problem.