Posts by MIZAEL PIRES DA SILVA • 1 point
1 post
-
-1
votes2
answers409
viewsQ: Save Date and Time File in Python Name
Friends, I’m new in python and I’m trying to save a file that contains the date and time as the file name. That’s my code, but it’s not working. Where am I going wrong? from datetime import date,…