I’m trying to make a function to convert a time string (from the user) to seconds. what I would like to do is to let the user input the time as a string, like: and then break it down into seconds. So the output from the above will be Answer If you want to do it from scratch then other