My question is regarding saving values of variables in Python. More specifically I have two different scripts that calculate the same things with 2 different ways. What I want to do is to compare the values of the variables returned from the two scripts. So I was wondering if I can run the first script, save the values of one of my variables (let say a matrix V) and then run the second script and compare the values for the same variable as they are calculated by the second script.
- List item