Re: Writting to file from file and printing using python

2006-07-28 Thread Simon Brunning
On 7/28/06, atanas Cosmas Nkelame <[EMAIL PROTECTED]> wrote: > Hi, > I have a task to write a program that will do the following. > > 1. Run from the command line Check out the optparse module for this. > 2. Get data from a text file (say data.t

RE: Writting to file from file and printing using python

2006-07-27 Thread atanas Cosmas Nkelame
Hi,I have  a task to write a program that will do the following.1. Run from the command line2. Get data from a text file (say data.txt) in the following format     111:  peter  edward [EMAIL PROTECTED]  112:  John  sykes        [EMAIL PROTECTED]