Looking for trustworthy answers? Westonci.ca is the ultimate Q&A platform where experts share their knowledge on various topics. Join our platform to connect with experts ready to provide detailed answers to your questions in various areas. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A 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