Script to search a file in a particular directory and copy that file from that directory to a destination folder
Two libraries are used one is "os" and the other one is "shutil"
os: The OS module in Python provides a way of using operating system dependent functionality. The functions that the OS module provides allows you to interface with the underlying operating system that Python
shutil: The shutil module offers a number of high-level operations on files and collections of files. In particular, functions are provided which support file copying and removal