Dictionaries are mainly used as a data structure in Python for maintaining key-value pairs. However, there's another special use case that dictionaries can handle. This is — Eliminating IF conditions from your code. Consider the code snippet above. Here, corresponding to an input value, we invoke a specific function. The traditional way requires you to hard-code every case.
Using Dictionaries In Place of If-conditions
Nice bhaiya😍