Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- plear1 = int(input())
- plear2 = int(input())
- plear3 = int(input())
- obstoVreme = plear1 + plear2 + plear3
- minuti = obstoVreme//60
- secundi = obstoVreme % 60
- print ("{0}:{1:02}".format(minuti,secundi))
Advertisement
Add Comment
Please, Sign In to add comment