Python Programming - Reading and Writing Files - Discussion

Discussion Forum : Reading and Writing Files - General Questions (Q.No. 78)
78.
What does the file.fileno() method return?
Returns the file's size in bytes
Returns the file's access mode
Returns the file's file descriptor
Returns the file's encoding
Answer: Option
Explanation:
file.fileno() returns the file's file descriptor.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.