Which call grabs just the next line from an open file?
Which call hands you a file object handle to work through?
Which call returns every line as a list of strings?
You open just data.txt with no folder. What kind of path is that?
write ran with no errors, yet the file looks empty. What was missed?
What is the shape of a CSV file?
A read line ends with a newline and your compare fails. What is the repair?
A student prints the file object expecting its text but sees object details. Why?