def bar(): return 'abc', [42, 'python'], "Guido"aTuple = bar()x, y, z = bar()(a, b, c) = bar()print aTupleprint x, y, zprint (a, b, c)
Name (required)
email (will not be published) (required)
Website