Welcome to Westonci.ca, where finding answers to your questions is made simple by our community of experts. Get immediate and reliable solutions to your questions from a community of experienced professionals on our platform. Get quick and reliable solutions to your questions from a community of experienced experts on our platform.

9.8 Lab 09 - Part 3: Find Second Shortest
For this lab, write a function find_Second_Shortest, that takes a list as its parameter and finds/returns (not prints) the second shortest item in the list.

Your main code should accept a string of inputs, create a list from the inputs, call the function with that list, and print the returned value.

For example: If the input is:

Hickory dickory dock the mouse went up the clock
the output will be

the