k['1'] = 'Tom' k['1'] = 'Bob' k['1'] = 'Joe' ...
Same key, but different values. No overwrites either.... They all must be inserted into the container
Thanks, Brad -- http://mail.python.org/mailman/listinfo/python-list
k['1'] = 'Tom' k['1'] = 'Bob' k['1'] = 'Joe' ...
Same key, but different values. No overwrites either.... They all must be inserted into the container
Thanks, Brad -- http://mail.python.org/mailman/listinfo/python-list