Q. What does the method readlines() return?
β
Correct Answer: (B)
A list of strings
Explanation: readlines() reads the file and returns a list of lines as strings.