Computer Science, asked by sumangupta8127, 1 year ago

Please solve question 27

Make program in Python language

Attachments:

Answers

Answered by lastbenchstudent
0
minutes =input()

minutes = int(minutes)

hours =0

if(minutes > 59):

hours = minutes//60

minutes = minutes % 60

print( hours )

print("hours")

print (minutes)

print("minutes")





please mark it as brainliest
Similar questions