Posts by Henrique Dos Santos de Brito e • 1 point
1 post
-
-1
votes1
answer1372
viewsQ: How to write to a txt file in Python?
How to open a txt file and add the contents of some variable in it? For example, a content that leaves the print in the code below. for passw in senha_list: print(passw,end='')…