Can someone tell me how to allocate single and multidimensional arrays in python. I looked online and it says to do the following x = ['1','2','3','4']
However, I want a much larger array like a 100 elements, so I cant possibly do that. I want to allocate an array and then populate it using a for loop. Thanks for your help. -- http://mail.python.org/mailman/listinfo/python-list