3.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 (also60).
3.2 Assign the result from the previous task (seconds in an hour) to a variable calledseconds_per_hour.
3.3 How many seconds are in a day? Use yourseconds_per_hourvariable.3.4 Calculate seconds per day again, but this time save the result in a variable calledseconds_per_day.
3.5Print the value of seconds_per_hour(shouldbe 3600) and seconds_per_day(should be 86400)
3.6Divideseconds_per_daybyseconds_per_hour. Use floating-point (/) division.save in divsingle
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here