Question: Use python. Write a program that asks the user for his or her name, then asks the user to enter a sentence that describes himself

Use python.
Write a program that asks the user for his or her name, then asks the user to enter a sentence that describes himself or herself. Once the user has entered the requested input, the program must create and save an html file, containing the user input, for a simple web page. EG:
H1>The Name goes here/h1> KHR/> am a computer science major, a member of the Jazz Club and I hope to work as a mobile app developer after I graduate. CHR/> /BODY The program must: Handle any IOError exceptions that are raised when the file is opened and written to .Check that a name has been added and if not, do not process further
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
