What is the syntax for writing txt file with multiple numpy arrays+scalars and how to read it in again?
I have 2 numpy arrays of same length lets call them A and B and 2 scalar values named C and D. I want to store these values into a single txt file. I thought of the following structure: