{"cells": [{"cell_type": "markdown", "metadata": {}, "source": ["# Exercise 1.3: Time and type conversions\n", "\n", "
"]}, {"cell_type": "markdown", "metadata": {}, "source": ["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:"]}, {"cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": ["seconds_past_midnight = 63252"]}, {"cell_type": "markdown", "metadata": {}, "source": ["After that statement, the only numeric keys you should need or want to push are `0`, `2` or `3`, and `6`."]}, {"cell_type": "markdown", "metadata": {}, "source": ["
"]}], "metadata": {"kernelspec": {"display_name": "Python 3", "language": "python", "name": "python3"}, "language_info": {"codemirror_mode": {"name": "ipython", "version": 3}, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.7.7"}}, "nbformat": 4, "nbformat_minor": 4}