Posts by Gustavo Bonze • 1 point
2 posts
-
-1
votes1
answer533
viewsA: Generate file with Python dynamic name
The correct use is: arquivo = open("log_" + str(msg) + ".txt",'a+')
python-3.xanswered Gustavo Bonze 1 -
0
votes1
answer533
viewsQ: Generate file with Python dynamic name
I’m creating communication sockets for some server-based devices. I need these devices to record information in the same file at all times. The file name needs to be the first characters inside your…
python-3.xasked Gustavo Bonze 1