Advertisement
Kyrexar

Minutos a horas

Mar 30th, 2021
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. import math
  2. while True:
  3.         a = int(input("Minutos: "))
  4.         print (str(math.floor(a/60))+" horas y "+str(a%60)+" minutos")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement