Question: in python please Project 10-1: HTML Converter Create a program that reads an HTML file and converts it to plain text. Console HTML Converter Grocery

in python please
Project 10-1: HTML Converter Create a program that reads an HTML file and converts it to plain text. Console HTML Converter Grocery List * Eggs * Milk * Butter Specifications Store the following data in a file named groceries.html: Grocery List Eggs Milk Butter When the program starts, it should read the contents of the file, remove the HTML tags, remove any spaces to the left of the tags, add asterisks (*) before the list items, and display the content and the HTML tags on the console as shown above.
Step by Step Solution
3.33 Rating (147 Votes )
There are 3 Steps involved in it
ANSWER AND EXPLANATION The following code could be used to achi... View full answer
Get step-by-step solutions from verified subject matter experts
