Python Programming - Reading and Writing Files - Discussion

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

Post your comments here:

Your comments will be displayed after verification.