Python Programming - Reading and Writing Files - Discussion

Discussion Forum : Reading and Writing Files - General Questions (Q.No. 23)
23.
What is the purpose of the shutil.copy() function?
To move a file
To copy the contents of a file
To create a new file
To remove a file
Answer: Option
Explanation:
shutil.copy() is used to copy the contents of a file to another location.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.