我需要一个字典,它可能对某些键具有相同的名称,并在这种情况下引用键时返回值列表.例如
print mydict['key'] [1,2,3,4,5,6]
python dictionary key
dictionary ×1
key ×1
python ×1