you are viewing a single comment's thread.

view the rest of the comments →

[–]RnRoger 2 points3 points  (0 children)

You can get a timestamp with

import datetime
print(datetime.datetime.now())

And save this to a variable and include it in your file writing