with open('Passwords.txt') as passwords:
for line in passwords:
print(line)
I just typed this code and it gives me
FileNotFoundError: [Errno 2] No such file or directory: 'Passwords.txt'
and I'm sure that this file in the same folder that I've put python file in. That's Proof: Files in the same folder