Python Programming - Reading and Writing Files - Discussion

Discussion Forum : Reading and Writing Files - General Questions (Q.No. 94)
94.
What is the purpose of the file.mode attribute?
Represents the file's modification time
Represents the file's size in bytes
Represents the file's access mode (read, write, etc.)
Represents the file's encoding (character set)
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.