The readlines() method returns ____________
(a) str
(b) a list of lines
(c) a list of single characters
(d) a list of integers
I had been asked this question in a job interview.
My question is based upon Files topic in section Regular Expressions and Files of Python