return more than one value from a function in Python
How to return more than one variable from a function in Python??? ...
How to return more than one variable from a function in Python??? ...
Does exist in linux bash something similar to the following code in PHP: list($var1, $var2, $var3) = function_that_returns_a_three_element_array() ; i.e. you assign in one sentence a corresponding value to 3 different variables. Let's say I have the bash function myBashFuntion that writes to stdout the string "qwert asdfg zxcvb". Is ...