I am trying to take in a string for the time, for example "10:20"
, then take in a second string, for example "10:25"
, and calculate the difference.
I am finding the time
functions in Python difficult to understand.
Any pointers would be gratefully received.