This is the way that the program will be run:
Python LinkState < test1.txt
Linkstate
is the name of the .py file. test1.txt is the name of the text file being accepted in the python code.
So my question is how should I handle the txt file in my code for this to work?
I assume this is a Windows format. I am a mac user, I don't have bootcamp installed and I don't want it. Is there anyway I can test on my mac to make sure this will work in the windows environment?
Thanks