"Ron Provost" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | VARS = [ 0 for x in xrange( 0, 1000 ) ] # Create an array to hold the
This is the same as [0]*1000 which is faster to write, read, (and run). -- http://mail.python.org/mailman/listinfo/python-list