multiple-value

How to return multiple variables from python to bash

How to return multiple variables from python to bash Question: I have a bash script that calls a python script. At first I was just returning one variable and that is fine, but now I was told to return two variables and I was wondering if there is a clean and simple way to return …

Total answers: 2