Run »
×
Change Orientation
import numpy as np arr = np.array([True, False, True]) print(np.sort(arr))
[False True True]
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit