Python: Reading Text Question What is the core rule behind reading text? (Click to reveal answer) Answer Be explicit about how text is read so the script is honest about the boundary and easier to reason about later. This matters because file boundaries are a good interview topic because they reveal whether you think beyond the happy path. Additional NotesWhat is the core rule behind reading text? Track: Python Topic: Files and Paths Focus: Reading Text Topics: Files and Paths Python Reading Text