Vidyalelo
Python · Q69

Files Handling in Python

Programming · Python · question 69

Q69

Which of the following is not a valid attribute of a file object (fp)?

A.
fp.name
B.
fp.closed
C.
fp.mode
D.
fp.size
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board