Re: please help...writing set to a file

2009-06-18 Thread Alan G Isaac
On 6/18/2009 5:24 AM yadin apparently wrote: > I got this python program that returns me a set like this.. > Set ([‘A\n’, B\n’, ‘C\n’, ‘D\n’, ‘E\n’, ‘F\n’, ‘G\n’ ]) > And a list pp = [‘100\n’ ‘200\n’ ‘300\n’ ‘400\n’] > I was reading this from a file…. > How can I transform this to something that lo

Re: please help...writing set to a file

2009-06-18 Thread Dave Angel
yadin wrote: Good day every one! I got this python program that returns me a set like this.. Set ([‘A\n’, B\n’, ‘C\n’, ‘D\n’, ‘E\n’, ‘F\n’, ‘G\n’ ]) And a list pp =‘100\n’ ‘200\n’ ‘300\n’ ‘400\n’] I was reading this from a file…. How can I transform this to something that looks like this Column1

Re: please help...writing set to a file

2009-06-18 Thread Benjamin Kaplan
On Thu, Jun 18, 2009 at 5:24 AM, yadin wrote: > Good day every one! > > I got this python program that returns me a set like this.. > Set ([‘A\n’, B\n’, ‘C\n’, ‘D\n’, ‘E\n’, ‘F\n’, ‘G\n’ ]) > And a list pp = [‘100\n’ ‘200\n’ ‘300\n’ ‘400\n’] > I was reading this from a file…. > How can I transfor

please help...writing set to a file

2009-06-18 Thread yadin
Good day every one! I got this python program that returns me a set like this.. Set ([‘A\n’, B\n’, ‘C\n’, ‘D\n’, ‘E\n’, ‘F\n’, ‘G\n’ ]) And a list pp = [‘100\n’ ‘200\n’ ‘300\n’ ‘400\n’] I was reading this from a file…. How can I transform this to something that looks like this Column1 Column 2