Q12
How can you close a file in Python?
A.
By using the close() method on a file object
AnswerB.
By using the end() function
C.
By using the exit() method
D.
By using the terminate() method
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board