dict = { 'A' : 1, 'A' : 2, 'A' : 3} random_element = random.choice(list(dict.items()) # Output = (key, value)