Re: print formate

2006-05-05 Thread Larry Bates
Gary Wessle wrote: > Hi > > > import string > import re > accumulator = [] > > pattern = '(\S*)\s*(\S*)\s*(\S*)' > for each text file in dir > openfile and read into text > data = re.compile(pattern, re.IGNORECASE).findall(text) > accumulator = accumulator + data > gives a list of

print formate

2006-05-05 Thread Gary Wessle
Hi import string import re accumulator = [] pattern = '(\S*)\s*(\S*)\s*(\S*)' for each text file in dir openfile and read into text data = re.compile(pattern, re.IGNORECASE).findall(text) accumulator = accumulator + data gives a list of tuples which when printed looks like ('jack', '