Holen Sie sich das erste Element, das größer ist als
np.argmax(aa>5)
#Since argmax will stop at the first True
Real Raccoon
np.argmax(aa>5)
#Since argmax will stop at the first True