Something like this?
h1 = int(input())
m1 = int(input())
s1 = int(input())
h2 = int(input())
m2 = int(input())
s2 = int(input())
s = h2*3600 + m2*60 + s2 - (h1*3600 + m1*60 + s1)
print(s)
Answer:
Application Service Provider
Explanation:
An application service provider (ASP) is a vendor that provides individual users – or an entire enterprise – with software applications over a network, usually a local area network (LAN) or an LAN with internet access. The provided software may be referred to as software as a service, apps on tap, or on-demand software. One of the most basic forms of ASP is a vendor that provides access to a particular application software using HTTP protocol.