python_numpy_array_sort_2.py:
x
 
import numpy as np
arr = np.array(['banana', 'cherry', 'apple'])
print(np.sort(arr))