Q. What does the method readlines() return? (A) A string (B) A list of strings (C) A dictionary (D) An integer ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) A list of strings Explanation: readlines() reads the file and returns a list of lines as strings.