Computer Science, asked by shahreenbano226, 9 months ago

Write a program that calculates the number of seconds in a year

Answers

Answered by SansaS
0

days=365

hrs=24

min=60

sec=60

print("No of seconds in a year:",days*hrs*min*sec)

Similar questions