Re: Adding to dictionaries

Glen Collins (glenc@netcom.com)
Sat, 28 Jan 1995 16:52:57 GMT

Thanks to ALL that email and posted! I guess I sould have "RTFM".

-Glen Collins

Glen Collins (glenc@netcom.com) wrote:
: Hello Python world!

: Is there a simple way to concatinate data to dictonaries? Say something
: to this effect:

: x={'foo': 1234,'bar':5678}

: and add to "x" y={'ack':901234}

: I don't see any function to do this. Being NEW to python all these little ways of
: doing stuff is not in my memory banks yet.

: -Thanks!

: -Glen Collins

: --

--