YankoGrancharov

Untitled

May 27th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. plear1 = int(input())
  2. plear2 = int(input())
  3. plear3 = int(input())
  4. obstoVreme = plear1 + plear2 + plear3
  5. minuti = obstoVreme//60
  6. secundi = obstoVreme % 60
  7. print ("{0}:{1:02}".format(minuti,secundi))
Advertisement
Add Comment
Please, Sign In to add comment