Problem 1
How many seconds are in an hour? Use the interactive interpreter as a calculator and multiply the number of seconds in a minute \((60)\) by the number of minutes in an hour (also 60 ).
Problem 4
Calculate seconds per day again, but this time save the result in a variable called seconds_per_day.