Question: So far, you've used a few different Python modules, but for the rest of the homework, you will need to familiarize yourself with a new
So far, you've used a few different Python modules, but for the rest of the homework, you will need to familiarize yourself with a new one. The shutil module is a Python module used for high-level file operations like moving and copying. Read this JournalDev documentation beforehand to get familiar with shutil and make sure to use this Python documentation while you're working through the homework.
Create a file called copy_activities.py with a function called stu_activities that does the following:
Finds files in ~/Downloads that contain the string readme.
Copies these files into the current working directory.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
