Hia all, I am reading a python script which has this syntax a,b = foo(c,d)(f,g) Since it is the first time I am seeing this syntax. I do not know how to interpr
a,b = foo(c,d)(f,g)