Computer Science, asked by shyamkohli9053, 7 months ago

Write a python program to Accept year and print number of seconds in the year

Answers

Answered by gauravarduino
0

Explanation:

To convert the number of seconds to years with Python, divide by seconds in a minute, minutes in an hour, hours in a day, and days in a year. Start with ...

Similar questions