I have two files, and I want to perform some line-wise operation across both of them (one by one). I am now using two loops to achieve this. Is there a way to do it in a single loop (in python 2.7):I have two files, and I want to perform some li
I have two files, and I want to perform some line-wise operation across both of them (one by one). I am now using two loops to achieve this. Is there a way to do it in a single loop (in python 2.7):I have two files, and I want to perform some li