dictionary question

José Carlos josecarlos at siadv.com
Wed Feb 4 16:47:49 EST 2004


i have a dictionary. inside this dictionary i have several list and inside
each list i have data.

How can i do for add data to these list.

this is my code:

conex = {'tipoconex': ['1', '0'], 'conexionS': ['cliente1', 'cliente2'],
'clave': ['pepo', 'joan'], 'usuario': ['pepe', 'juan']}

thank you
Regards
Jose





More information about the Python-list mailing list