python_numpy_array_sort_3.py:
x
 
import numpy as np
arr = np.array([True, False, True])
print(np.sort(arr))