Question: Write a program to calculate the second smallest number in an arbitrary list. For example, if the list is x = [1,2,3,10,23], then the output
Write a program to calculate the second smallest number in an arbitrary list. For example, if the list is x = [1,2,3,10,23], then the output should be 2. There are many ways to do it, you will receive full marks as long as the program works.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
