Python Programming - Reading and Writing Files - Discussion

Discussion Forum : Reading and Writing Files - General Questions (Q.No. 66)
66.
What is the purpose of the file.readable() method?
Checks if the file is open for reading
Reads the file content
Checks if the file is a readable text file
Reads the file in binary mode
Answer: Option
Explanation:
file.readable() checks if the file is open for reading.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.