Question: given a list how could i return the second smallest number in a list using python and using while or for loops only cannot use
given a list how could i return the second smallest number in a list using python and using while or for loops only cannot use any built in function such as max() or min() for example list=[3,5,7,6,4] second smallest =4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
