pop a random key dict python code example
Example 1: how to choose a random key from a dictionary in python
{'a': 1, 'b': 2, 'c': 3}
Example 2: how to choose a random key from a dictionary in python
print(a_dict)
{'a': 1, 'b': 2, 'c': 3}
print(a_dict)