I'm having another crack at python - and I am enjoying the clean simple syntax - but one thing I couldn't work out was how to read a line from a file until a '\t' character.
How could I do this?
It is a phone-book program and the data is stored as follows:
Name + '\t' + Number + '\n'