Re: The dimensions of a tuple

2008-01-25 Thread bg_ie
On 25 Jan, 12:03, John Machin <[EMAIL PROTECTED]> wrote: > On Jan 25, 9:26 pm, [EMAIL PROTECTED] wrote: > > > Hi, > > > I wish to pass an argument to a function which will inset rows in a > > db. I wish to have the follow possibilities - > > > ("one","two") > > (("one","two"),("three","four")) > >

Re: The dimensions of a tuple

2008-01-25 Thread John Machin
On Jan 25, 9:26 pm, [EMAIL PROTECTED] wrote: > Hi, > > I wish to pass an argument to a function which will inset rows in a > db. I wish to have the follow possibilities - > > ("one","two") > (("one","two"),("three","four")) > > The first possibility would mean that one row is added with "one and >

The dimensions of a tuple

2008-01-25 Thread bg_ie
Hi, I wish to pass an argument to a function which will inset rows in a db. I wish to have the follow possibilities - ("one","two") (("one","two"),("three","four")) The first possibility would mean that one row is added with "one and "two" being its column values. The second possibility means th