Far Ve Used Different Python Modules Rest Homework Need Familiarize New One Shutil Module Q43899779
So far, you’ve used a few different Python modules, but for therest of the homework, you will need to familiarize yourself with anew one. The shutil module is a Python module used for high-levelfile operations like moving and copying. Read this JournalDevdocumentation beforehand to get familiar with shutil and make sureto use this Python documentation while you’re working through thehomework.
Create a file called copy_activities.py with a function calledstu_activities that does the following:
Finds files in ~/Downloads that contain the string readme.
Copies these files into the current working directory.
Expert Answer
Answer to So far, you’ve used a few different Python modules, but for the rest of the homework, you will need to familiarize yours…
OR