Finding smaller numbers in an array

I would first start with sorting the list using b_sorted=sorted(b)

Leave a Comment