How to copy huge output in another code?
My code gives an output containing lakhs of matrices. I want to use that output in another code. By "print(sage_input())" command I get the output in the form, which I can manually copy and use it in another code. But the problem is , it is taking a lot of time to manually select the output as the output is huge. Is there any simpler way to do so?
What is the problem with saving your "huge output" in a variable ?