#try to avoid input function a = [1,2,3,4,5,4,3,23,45,32,-23,4,43,76,12,12,11,28] a.sort() print("Second smallest number is :",a[1])
Click the run button. Try to avoid input() function.