From: Stefan v. d. W. <st...@su...> - 2006-10-18 01:43:01
|
On Wed, Oct 18, 2006 at 10:30:26AM +0900, Bill Baxter wrote: > I think the answer to #3 is wrong. >=20 > >From 1.0rc2 I get: > >>> array([1,2,3,4,5,6],order=3D'C').reshape((2,3),order=3D'F') > array([[1, 2, 3], > [4, 5, 6]]) >=20 > But the quiz wants me to answer something different. This recently changed. The quiz is correct for r3348. Cheers St=E9fan |