second smallest number

Write a Python function to find the second smallest number in a list of integers.
[5, 2, 8, 3, 5, 6, 7]
Total : 0 Discussion
Login