This solution should be more efficient for large arrays (it iterates over the possible index values instead of the individual entries of i ):. import numpy as ...
確定! 回上一頁