Python Programming - Reading and Writing Files - Discussion

Discussion Forum : Reading and Writing Files - General Questions (Q.No. 96)
96.
What does the file.is_closed attribute check for?
Checks if the file is open for reading
Checks if the file is a binary file
Checks if the file is a text file
Checks if the file is closed
Answer: Option
Explanation:
file.is_closed checks if the file is closed.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.