deadalnix: >> tuple(1,2) two-element tuple >> tuple(1) one-element tuple >> (1) simple expression >> tuple() empty tuple >> >> Oh, wait... >> > > Yes, that. 99% of the problem is not in the syntax to build tuples. What's desired are mostly syntaxes to do the opposite, pulling tuples apart in a handy way. Bye, berarophile