Ok got it by writing filename+’.txt’. Now let say I have a similar program which need two operator oupput means
model.operation1 #that produces some output which is used by operation2
model.operation2
Not I want to print
print(x,y,z,’=>’,model.operation1,\n model.operation2,file=(my specified folder)f
How to write that
1 Like