I would like to understand why Python\'s built-in iterator for file-handling goes line by line (I suppose by identifying "/n"?) whereas the built in read()
read()