Hello all,
In my application i have to create a list of tuples. I have a for
loop which will create (x,y) tuple each time it iterates, and i ahve to
store each tuple in a list likelist1= [(x1,y1), (x2,y2).....] any ideas how to do that ??? thanks, -- Varsha Purohit, Graduate Student
_______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
