Possible Duplicate:
How to define Two-dimensional array in python
I have a variable that represents the number files in a file, n. I want to make a array whose size is 'n' x 'n'. Then I want to fill it with just 0's. Is an array the same as a list of lists? How do you make an array in Python, and how do you make it 'n' by 'b' big? This is probably a very novice question, but I'm new to stackoverflow.com.