Python: Date and Time

For this tutorial I learned how to program date and time using functions and strings. I used “%s” as place holders for “%”. Therefore any input inside the parenthesis after “%”would be substituted into the equation. I used “/” for date format like such “mm/dad/yyyy”. For time I used “:” like such “hh:mm:ss”. At the end we had to put it into one line. Meaning it had to be in this order “mm/dad/yyyy hh:mm:ss”.

Python Date and Time 1Python Date and Time 2Python Date and Time 3Python Date and Time 4Python Date and Time 5Python Date and Time 6