A lot of times you want to keep track of when something happened. We can do so in Python using datetime.
datetime
Here we’ll use datetime to print the date and time in a nice format.
Click Run to continue.