Vidyalelo
Python · Q43

Files Handling in Python

Programming · Python · question 43

Q43

How can you copy the contents of one file to another in Python?

A.
By reading from one file and writing to another
Answer
B.
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