Hii!! one question, I get error python-wrangling/ende.py", line 46, in with open(sys.argv[2], "r") as f: ^^^^^^^^^^^^^^^^^^^^^^. When I do cat pw.txt I get the correct password that is on the file, still shows error. Any suggestion?
@jasonturley Жыл бұрын
The open function is trying to read the second argument after ende.py as a file. So make sure the first argument is -d then the next argument is flag.txt.en