Multikey Multivalue Non Deterministic python dictionary
问题 There is already a multi key dict in python and also a multivalued dict. I needed a python dictionary which is both: example: # probabilistically fetch any one of baloon, toy or car d['red','blue','green']== "baloon" or "car" or "toy" Probability of d['red']==d['green'] is high and Probability of d['red']!=d['red'] is low but possible the single output value should be probabilistically determined (fuzzy) based on a rule from keys eg:in above case rule could be if keys have both "red" and