Using fileinput.input ('test.txt') I probably forgot to process all
lines or so, since I get the error 'input() already active' when i try
to call fileinput.input ('test.txt') again. But how can I 'close' the
previous version I opened? I have no handle to it or so...
lines or so, since I get the error 'input() already active' when i try
to call fileinput.input ('test.txt') again. But how can I 'close' the
previous version I opened? I have no handle to it or so...
Comment