Date and Time Codecademy Assignment

In this assignment, I learned how to use datetime to print the date and time in a presentable format. First I learned how to use the function datetime.now() to get the current date and time. Then I learned how to print the month, day and year separately. Next, I learned how to print the hour, minute and second separately. And last, I had to put together everything I learned and print the month, day, year as well as the hour minute second together. I had to use everything I learned as well as things I learned from the last lesson such as using the % operator. In conclusion I learned a lot from this lesson and I am eager to incorporate these skills into learning new skills.