Question: Please download the attached ZIPfile and extract its files in a folder. Then, write a script that counts and prints outthe number of .py files in that folder.
Expected output:
2
Hint: An easy way to do this is to use glob.glob1.
glob.glob1