Hello,
I'm writing a program in Python with a code I have in Fortran.
I'm having a problem writing this fortran:
do i=1,n
write(3,350)r(i),(ener(j)*alfa,j=1,6) !meV
end do
I tried to write this way in Python:
file=open("energia_nll2_R50A...
asked by
17.04.2018 / 15:32