Python File I/O: Copy the contents of a file to another file
Write a Python program to copy the contents of a file to another file .
Sample Solution:-
Python Code:
from shutil import copyfile
copyfile('test.py', 'abc.py')
Sample Output:
abc.py
Flowchart:
Python Code Editor:
Have another way to solve this solution? Contribute your code (and comments) through Disqus.
Previous: Write a Python program to write a list content to a file.
Next: Write a Python program to combine each line from first file with the corresponding line in second file.
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.
- Weekly Trends and Language Statistics
- Weekly Trends and Language Statistics