Computer Science, asked by ay4958110, 8 months ago

Write a program to input the time in hours, minutes and seconds and print

it in seconds.​

Answers

Answered by Anonymous
3

Answer:

Python program to convert seconds into hours, minutes and seconds

Python program to convert seconds into hours, minutes and secondsGiven an integer n (in seconds), convert it into hours, minutes and seconds.

Python program to convert seconds into hours, minutes and secondsGiven an integer n (in seconds), convert it into hours, minutes and seconds.Examples:

Python program to convert seconds into hours, minutes and secondsGiven an integer n (in seconds), convert it into hours, minutes and seconds.Examples:Input : 12345

Python program to convert seconds into hours, minutes and secondsGiven an integer n (in seconds), convert it into hours, minutes and seconds.Examples:Input : 12345Output : 3:25:45

Python program to convert seconds into hours, minutes and secondsGiven an integer n (in seconds), convert it into hours, minutes and seconds.Examples:Input : 12345Output : 3:25:45Input : 3600

Python program to convert seconds into hours, minutes and secondsGiven an integer n (in seconds), convert it into hours, minutes and seconds.Examples:Input : 12345Output : 3:25:45Input : 3600Output : 1:00:00

Hope it will be helpful :)

Similar questions