+ 1
Python question using two print statements.
Using floor division and modulo operator to find number of hours and remaining minutes. Use print() statement for each out put. It's how many hours in 888 minutes.
1 Answer
+ 2
Aaron Kennedy
if this is an exercise (inline) from a tutorial, the output has to be in 2 lines:
1. line hours
2. line minutes
result should be:
14
48