"quantrum75" <[EMAIL PROTECTED]> wrote in
Hi everybody
Hi,
I think the key to your question is here:
a=((1,),(2,),(3,),(4,),(5,))
I need the comma since it is going into an excel sheet.
I think you are confused between tuples and comma separated
strings - which is what yo
Sincerely sorry for spamming everybody. Dint know about yahoo's quirks
regarding html attachments..
Hopefully this works.
Hi everybody
I have a simple newbie kind of questions. I have tried hard to solve it, but
couldn't figure it out.
The problem is,
I want to make a tuple of tuples or a list o
Hi everybodyI have a simple newbie kind of questions. I have tried hard to solve it, but couldn't figure it out.The problem is,I want to make a tuple of tuples or a list of lists in a iterative fashion in the following format. For example,a=[[1,],[2,],[3,],[4,],[5,]]or a=((1,),(2,),(3,),(4,),(5,))I
Hi everybodyI have a simple newbie kind of questions. I have tried hard to solve it, but couldn't figure it out.The problem is,I want to make a tuple of tuples or a list of lists in a iterative fashion in the following format. For example,a=[[1,],[2,],[3,],[4,],[5,]]or a=((1,),(2,),(3,),(4,),(5,))I