Advertisement
kajs54

Untitled

Oct 17th, 2022
576
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. N=int(input("Donner N="))
  2. heure=N//60
  3. mins=N%60
  4. print(N, "minutes sont equivalents à",heure,"heures et",mins," minutes")
  5.  
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement