I execute a fortran code in python (linux) and generate files wich i'll use in others fortran codes as inputs. how do i do this in a python code without changing the fortran exes.
I mean run a fortran exe - got the file - use the file as input to run another fortran exe.
All in python