How can I add two dictionaries into one?
E.g.
a={'a:1}
b={'b':2}

I need

the result {'a':1,'b':2}.

Is it possible?

Thank you
L.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to