Find Nth Smallest Integer

# Introduction In this lab, you will write a Python program to find the nth smallest integer in a list and define a function named `find_nth_smallest()` that takes a list of integers `numbers_list` and an integer `n` as arguments, returning the `nth` smallest integer in the list, or `None` if `n` is greater than the length of the list.

|60 : 00

Click the virtual machine below to start practicing