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