Interview Questions

How do I copy a file?

Python Questions and Answers


(Continued from previous question...)

How do I copy a file?

The shutil module contains a copyfile() function.

(Continued on next question...)

Other Interview Questions