On Jul 27, 1:23 am, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote:
> On Fri, 27 Jul 2007 00:34:22 +, beginner wrote:
> > 2) How can I make the arguments less picky without writing a lot of
> > type conversion code? My function really needs a tuple as its
> > argument. For example, f( (1,2,
On Fri, 27 Jul 2007 00:34:22 +, beginner wrote:
> 2) How can I make the arguments less picky without writing a lot of
> type conversion code? My function really needs a tuple as its
> argument. For example, f( (1,2,3) ) would work. However, in order to
> make it easy to use, I am thinking that