Finding the three largest elements in an array

后端 未结 0 1578
野性不改
野性不改 2020-11-28 10:50

I have an array with 4 randomly generated elements (using Python):

pa = np.random.normal(10, 5, 4)

I can find the largest element by doing:

相关标签:
回答
  • 消灭零回复
提交回复
热议问题