Q43
How can you copy the contents of one file to another in Python?
A.
By reading from one file and writing to another
AnswerB.
By using the copy() method
C.
By using the duplicate() method
D.
By using the transfer() method
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board