Random Instance generation

Paul Rubin http
Wed Sep 15 17:51:49 EDT 2004


balaji at email.arizona.edu (Balaji) writes:
> I want to generate say 100 random instance of it...
> 
> How can I do that....
> 
> I want the instance name to be like a1, a2, a3...

You almost certainly want to use an array instead of all those a1,a2,... .



More information about the Python-list mailing list