import numpy as np a=np.array([1,5,3]) new_a=np.delete(a, a.argmax())
new_aOut[14]: array([1, 3])如有帮助,请点采纳