[Tutor] count in a file

reavey reavey@nep.net
Mon Nov 18 16:06:07 2002


Responding to AlanG

Yes , I overlooked this gem in your tutorial
f.write(str(x))

where x is the type(list) result after running
f.readline().split() on a file

this little piece of code unlocked the door.
Thanks


Re-v