On 10/12/2008 2:39 AM Linda Seltzer apparently wrote:
> Please, no demeaning statements like "you forgot 
> a parenthesis" or "you were using someone else's code" 
> - just the lines of code for a file that actually *works.* 


Those statements are not demeaning; lighten up.
And the answer was correct.

Start up an interpreter prompt.
Type these in.  What happens?

     >>> import numpy as np
     >>> a = np.zeros((256,256))

Cheers,
Alan Isaac


_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to