I have an array, and I would like to get the indice value. a = array([13,14,15,16])
I would like something like a.getindice(15) If I want 15 it would return 2 -- http://mail.python.org/mailman/listinfo/python-list
I have an array, and I would like to get the indice value. a = array([13,14,15,16])
I would like something like a.getindice(15) If I want 15 it would return 2 -- http://mail.python.org/mailman/listinfo/python-list