Python Programming - Reading and Writing Files - Discussion

Discussion Forum : Reading and Writing Files - General Questions (Q.No. 71)
71.
What does the file.mode attribute represent?
Represents the file's size in bytes
Represents the file's modification time
Represents the file's access mode (read, write, etc.)
Represents the file's creation time
Answer: Option
Explanation:
file.mode represents the file's access mode.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.