Just shows a lack of understanding of what the objects are that one is manipulating. The assignment took a file object, or TextIOWrapper to be precise, and turned that poop into a string, destroying all of the functionality gained by creating a file object in the first place. Clearly someone...