Converting to lists into one dictionary

Alex alex at somewhere.round.here
Tue Oct 5 19:38:19 EDT 1999


> Why? Why not pad with None? I think it would be worse if
> len(seq2)>len(seq1) - because you couldn't pad the keys with Nones...

But don't you then run the risk of having more than one None?  In that 
case, don't you lose some of the values as their keys collide?

Alex.




More information about the Python-list mailing list