hey
ill get straight to the point i need to create a python script to read each record from a .txt file and output each record in the same format to the cmd line, 4 lines including (name,address,ph no and email) 3 records. it needs to utilize the basic logical structures including(single, double and multi-arm branch,post loop,pre loop and counting loop) just wondering what the best way to do this is?
any code or advice is greatly appreciated