Create a tuple
t = pyTuple([arg_1 [, args_2 ... ]])
A Python object or a Scilab wrappable data.
A Python object.
Get a tuple built with the input arguments.
t = pyTuple(1, 2+%i*3, "Hello", [1 2;3 4], [%t; %f]) pyRemove t