Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pierian-data
GitHub Repository: pierian-data/complete-python-3-bootcamp
Path: blob/master/12-Advanced Python Modules/08-Advanced-Python-Module-Exercise/extracted_content/Instructions.txt
666 views
1
Good work on unzipping the file!
2
You should now see 5 folders, each with a lot of random .txt files.
3
Within one of these text files is a telephone number formated ###-###-####
4
Use the Python os module and regular expressions to iterate through each file, open it, and search for a telephone number.
5
Good luck!
6