0
Hello, I’m a beginner here at Stack Overflow and in Python, and I need help to run a file of my class, whose entry is written a file. txt.
I know that in the Linux terminal, for Python 2.7, the command is more or less this:
python arquivo.py < entrada.txt
But and at the Windows command prompt, how do I pass this argument?
I’ve done a lot of research here on the site, but I only found questions about purely running the script, adding Python to the PATH, anyway. I couldn’t find anything related to files as arguments.
Thank you!