Re: Multiple values for one key

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Fredrik Lundh

    Re: Multiple values for one key

    Ron Brennan wrote:
    How would I create a dictionary that contains multiple values for one
    key. I'd also like the key to be able to have duplicate entries.
    look for the thread titled "python multimap".

    </F>

Working...