The readlines() method returns
a list of lines
Reason — The readlines() method returns the entire file content in a list where each line is one item of the list.