Tina I <[EMAIL PROTECTED]> writes: > ListDict = { > 'one' : ['oneone' , 'onetwo' , 'onethree'], > 'two' : ['twoone' , 'twotwo', 'twothree'], > 'three' : ['threeone' , 'threetwo', threethree']} > > Now I want to append 'twofour' to the list of the 'two' key but I > can't figure out how to that?
Is this a class exercise? Hint: 1) figure out how to access the list of the 'two' key 2) append 'twofour' to it. -- http://mail.python.org/mailman/listinfo/python-list