arrays in lists

bcroq bertrand.croq at gmail.com
Mon Dec 17 08:27:53 EST 2007


On 17 déc, 14:05, "Peter Stahlir" <peter.stah... at googlemail.com>
wrote:
> For example:
> from numpy import array
> a = array([1])
> b = array([2])
> c = [a,b]
> d = c.index(a)

No problem here, Python 2.4.4



More information about the Python-list mailing list