Combine two dictionary...

Abandoned besturk at gmail.com
Mon Oct 1 13:24:39 EDT 2007


Hi..
dict1={1: 4,  3: 5}... and 2 millions element
dict2={3: 3,  8: 6}... and 3 millions element

I want to combine dict1 and dict2 and i don't want to use FOR because
i need to performance.

I'm sorry my bed english.
King regards..




More information about the Python-list mailing list