| 1 | initial version |
[A for A in L if min(min(A))>0]
should do the job.
| 2 | No.2 Revision |
| 3 | No.3 Revision |
[A for A in L if min(map(min,A))>0] should do the job.
| 4 | No.4 Revision |
[A for A in L if min(map(min,A))>0]
min(map(min,A))>0]
should do the job.
| 5 | No.5 Revision |
[A for A in L if min(map(min,A))>0]
min(map(min,A))>0] should do the job.
| 6 | No.6 Revision |
[A for A in L if min(map(min,A))>0]
min(map(min,A))>0] should do the job.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.