Categories
How to fix file entry?
the entire list of characters is not written, only the last line
f.write(password) f.close()
Answer the question
In order to leave comments, you need to log in
Move f.write(password) four spaces to the right
f.write(password)
f.write(password) to execute on each iteration of the loop. I'm at a loss. How can you not understand what the problem is?
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question