Date and Time

The purpose of this lab was to familiarize ourselves with the date and time library in python. It had us write code that would print the current hour, minute, and second. It also had us print the current date. The lab finished by having us combine the two and have our code print the month, day, and year in the mm/dd/yy format and the hour, minute, and second in hh:mm:ss format. There were no issues in completing the lab. Below are screenshots of my code for each step of the lab.

td2 td3 td4 td5 td6