Question: 1. Please write the following program using Python 3. Also, please show all output. Using os.walk, write a script that will print the filenames of
1. Please write the following program using Python 3. Also, please show all output.
Using os.walk, write a script that will print the filenames of zero length files. It should also print the count of zero length files.
Write a script that will list and count all of the images in a given HTML web page/file. You can assume that:
Each image file is enclosed with the tag
The HTML page/file is syntactically correct
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
