I have two python scripts and I have to run them parallelly at the same time and store their retun value in a variable. Could you please help me how to do this?
Example:
script1.py
and script2.py
x
is variable to store script1.py return value
y
is variable to store script2.py return value
both the scripts are returning either 0/1.