At Thursday 14/12/2006 05:50, avlee wrote:
Is it possible to use in python variables with dynamicly created names ? How ?
Use a dictionary:
d = {}
d[almost_arbitrary_key] = value
--
Gabriel Genellina
Softlab SRL
__________________________________________________ Correo Yahoo!Espacio para todos tus mensajes, antivirus y antispam ¡gratis! ¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar
-- http://mail.python.org/mailman/listinfo/python-list
