Solve problem "Two timestamps" online - Learn Python 3 - Snakify

Two timestamps


Statement

A timestamp is three numbers: a number of hours, minutes and seconds. Given two timestamps, calculate how many seconds is between them. The moment of the first timestamp occurred before the moment of the second timestamp.
Advertising by Google, may be based on your interests

In all the problems input the data using input() and print the result using print().