Exercise 1.3: Time and type conversions


Using the techniques you have learned in the first day of bootcamp, generate a time stamp (like 13:29:45 for nearly half past one in the afternoon) for the time that is 63,252 seconds after midnight. Start with this statement:

[1]:
seconds_past_midnight = 63252

After that statement, the only numeric keys you should need or want to push are 0, 2 or 3, and 6.