Date and Time

In this lab Python gives you the tool of keeping track of when something happened by using the module datetime and find the time by using now.hour to get the hour now.minute to get the minute and now.second to get the second. you can do the same if you want to get the month, year or day. In this lab I also learned to use %s to stablish a relationship between the variables and the argument that you have to print.


1
2
35
46