On Aug 9, 6:11 pm, Lee Sander <[EMAIL PROTECTED]> wrote:
> I would like to define a new variable which is not predefined by me.
> For example,
> I want to create an array called "X%s" where "%s" is to be determined
> based on the data I am processing.

Use a dictionary.

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

Reply via email to