I am trying to write a function that would take time in a string like "mm:ss.sss" (e. g. 1:23.242) and return total seconds (in this case 83.242).
This is my at