[Solved] Finding smaller numbers in an array February 3, 2023 by Kirat I would first start with sorting the list using b_sorted=sorted(b) solved Finding smaller numbers in an array