Answers for "python random value from dictionary"

0

python dict get random key

random.choice(list(my_dict))
Posted by: Guest on June-12-2020
0

how to choose a random key from a dictionary in python

{'a': 1, 'b': 2, 'c': 3}
Posted by: Guest on December-18-2020

Code answers related to "python random value from dictionary"

Python Answers by Framework

Browse Popular Code Answers by Language