I am currently trying to sum two .txt files containing each other over 35 millions value and put the result in a third file.
File 1 :
2694.28
2694.62
2694.84
2695.17
File 2 :
1.483429484776452
2.2403221757269196
1.101004844694236
1.6119626937837102
File 3 :
2695.76343
2696.86032
2695.941
2696.78196
Any idea to do that with python ?