You need to calculate the number of hours in 888 minutes. Your program needs to output the number of hours and then the numbe | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

You need to calculate the number of hours in 888 minutes. Your program needs to output the number of hours and then the numbe

Help please

29th Nov 2021, 3:07 PM
prajakta gurav
4 Answers
+ 3
Show your attempt
29th Nov 2021, 3:32 PM
MATOVU CALEB
MATOVU CALEB - avatar
+ 1
#your code goes here #hour p #minutes q float p,q p=print(888/24) q=print(888%24%60)
3rd Dec 2021, 3:57 PM
prajakta gurav
0
888 // 60 no?
29th Nov 2021, 4:39 PM
Серафим
Серафим - avatar
29th Nov 2021, 8:13 PM
Simon Sauter
Simon Sauter - avatar