Examveda

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

A. By reading from one file and writing to another

B. By using the copy() method

C. By using the duplicate() method

D. By using the transfer() method

Answer: Option A


This Question Belongs to Python Program >> Files Handling In Python

Join The Discussion

Related Questions on Files Handling in Python