Date and Time

screen-shot-2016-12-18-at-5-27-31-pm screen-shot-2016-12-18-at-5-27-40-pm screen-shot-2016-12-18-at-5-27-48-pm screen-shot-2016-12-18-at-5-27-55-pm screen-shot-2016-12-18-at-5-28-03-pm

For this Lab, we were introduced to a program named the date time libary where we use the from and import to create the variable datetime. Once we do that, we then proceed to assigning a variable named Datetime.now to the variable. When we do that, we should be able to print out the current date and time if done correctly.Once we finish with that step, We create 3 more variables which are print now.month, print now.day, and print now.year to give us the exact date, month , and year.When we are done with that step, we create a new line , assigning the variable str to print out now.month, now.day, and now.year. Once that is completed, we make a new line using the same variable but this time , we are adding 3 more variable which are now.hour, now.minute and the :. When we finish with that step, last but not least we add the / into str variables with the double colon and when we do that it prints out the date, and the time now