Open
Description
Write in Python the function def my_range(stop_number)
which behave like the built-in function range()
introduced in Section "Insertion sort" and returns a proper list, and accompany the function with the related test case. It is not possible to use the built-in function range()
in the implementation.