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
1598 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