Hello, i have some text file list such like following format. i want to change text format to other format. i was upload it pastebin site http://elca.pastebin.com/d71261168
> Hello, > i have some text file list such like following format. > i want to change text format to other format. > i was upload it pastebin site > http://elca.pastebin.com/d71261168
>> Hello, i have some text file list such like following format. >> i want to change text format to other format. >> i was upload it pastebin site >> http://elca.pastebin.com/d71261168 > Dead link. > With what ?
>>> Hello, i have some text file list such like following format. >>> i want to change text format to other format. >>> i was upload it pastebin site >>> http://elca.pastebin.com/d71261168
42.desthuilli...@websiteburo.invalid> wrote: > Stuart Murray-Smith a écrit :
> >>> Hello, i have some text file list such like following format. > >>> i want to change text format to other format. > >>> i was upload it pastebin site > >>>http://elca.pastebin.com/d71261168
On 11月4日, 下午5时39分, elca <high...@gmail.com> wrote:
> Hello, > i have some text file list such like following format. > i want to change text format to other format. > i was upload it pastebin sitehttp://elca.pastebin.com/d71261168
> On 11月4日, 下午5时39分, elca <high...@gmail.com> wrote:
> > Hello, > > i have some text file list such like following format. > > i want to change text format to other format. > > i was upload it pastebin sitehttp://elca.pastebin.com/d71261168
s = """uji708 uhodih utus29 agamu4 azi340 ekon62 """
from itertools import * print '\n'.join(','.join(x for i, x in g) for k, g in groupby(enumerate (s.splitlines()), lambda (i, x): i/3)) """ uji708,uhodih,utus29 agamu4,azi340,ekon62 """
> On Nov 5, 2:08 pm, Bruno Desthuilliers <bruno. > 42.desthuilli...@websiteburo.invalid> wrote: >> Stuart Murray-Smith a écrit :
>> >>> Hello, i have some text file list such like following format. >> >>> i want to change text format to other format. >> >>> i was upload it pastebin site >> >>>http://elca.pastebin.com/d71261168