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