Python Programming - Reading and Writing Files - Discussion

Discussion Forum : Reading and Writing Files - General Questions (Q.No. 83)
83.
What does the file.readline() method do?
Reads the entire file content
Reads a specific line from the file
Reads the last line of the file
Reads the next line from the file
Answer: Option
Explanation:
file.readline() reads the next line from the file.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.