python program Create a folder Switch to the folder Create random no.of files on that folder code example
Example: copy whole directory python
import shutil
shutil.copytree(source, destination)
import shutil
shutil.copytree(source, destination)