Lab #6 Date and Time

In this lab, i learned how to use the datetime module to keep track of the time and date. Then I had to use the datetime.now() function to find the current time and date. To find the current month, date and year i put month(), day(), and year() after now.. To find the hour, minute and second, i had to do the same thing by putting hour(), minute(), and second() after now..1 2

3 4

5 6