McqMate
Q. |
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» D. fp.size | |
Explanation: fp.size has not been implemented. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet