How to shuffle a dictionary randomly using Python
In order to achieve a certain functionality in my python code, i need to shuffle the keys of the dictionary in a random manner.
Not sure, how to do this in python code.
Any help will be appreciated !