Is it possible to save the return value of system call to a variable.
I'm using system to call another script, written by someone else if python, that returns a variable that I need.
I know how to sent the STDOUT to null but I want to retain it for use inside my script. Is this possible? Thanks
I'm using system to call another script, written by someone else if python, that returns a variable that I need.
I know how to sent the STDOUT to null but I want to retain it for use inside my script. Is this possible? Thanks
Comment