Python program to calculate number of minutes in a week,month and year
Write a python program that calculates and prints the number of minutes in a week,month and year Output >>> %Run 'min in week,month,year.py' number of minutes in one Hour =…
Write a python program that calculates and prints the number of minutes in a week,month and year Output >>> %Run 'min in week,month,year.py' number of minutes in one Hour =…
Write a python program to calculate number of seconds in a year. There are 60 seconds in one minute in a day. We can easily calculate number of seconds in…