Re: [Tutor] Read and write list on I file

2013-01-26 Thread Steven D'Aprano
On 26/01/13 20:21, jarod...@libero.it wrote: (edited slightly to make it more clear) HI there!!! I have a file like this: 12345-2 p 12389-4 i I want to read this file and organize in different way: The second number present after "-" mean the times are ripetuted the elements..so in

[Tutor] Read and write list on I file

2013-01-26 Thread jarod...@libero.it
HI there!!! I have a file like this: 12345-2 ppp 12389-4 i ... I want to read this file and organize in different way: The second number present after "-" mea