I have a function that returns 4 elements:
def myFunc(x): ... return a,b,c,d
I want to assign back each return to a variable like: