Computer Science, asked by jerry911, 23 days ago

Write a Program To Calculate and print no. Of seconds in a day.

Answers

Answered by Natashamore
0

Explanation:

days = 365

hours = 24

mins = 60

secs = 60

secsInYear = days * hours * mins * secs

print("Number of seconds in a year =", secsInYear)

OUTPUT

Number of seconds in a year = 31536000

Answered by sy6271603
0

Answer:

sec in 1 =60

hours in a day

Explanation:

1 day 24 hours

Similar questions