shutilcopy
The shutil.copy function in Python is part of the built-in shutil module, which provides high-level operations on files and collections of files. Specifically, shutil.copy is used to copy the contents of a source file to a destination file.
When shutil.copy is called, it takes two arguments: the path to the source file and the path
It is important to note that shutil.copy only copies the file's data. It does not copy metadata