Question: What is the difference between the read ( ) and readlines ( ) methods? Question 6 6 options: read ( ) is used for binary

What is the difference between the read() and readlines() methods?
Question 66 options:
read() is used for binary files, readlines() for text files.
read() reads the entire file, readlines() reads only the first line.
There is no difference, both methods perform the same action.
read() returns a string, readlines() returns a list of lines.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!