Question: Instructions/Design Write a program named webpage_generator.py that asks the user for: their name then asks the user to enter a line that describes something about

Instructions/Design

Write a program named webpage_generator.py that asks the user for:

  • their name
  • then asks the user to enter a line that describes something about themselves.

Once the user has entered the requested input, the program should create a simple web page (an external HTML file) using the users' information. The file will be named my_page.html

Note: You DO NOT need to create functions or modules for this assignment. All program statements are in main function

Sample Input

Here is a sample run of the program (user INPUT shown in italics/bold):

Enter your name: Constance Conner Describe yourself: I am a Computer Science Instructor at City College of San Francisco. I am happy to be teaching CS110A. 

Sample Output

Your output must contain at least 13 lines similar to what is shown below.

The OUTPUT does NOT show on the terminal it is stored in the file my_page.html. This file will be in the same directory as your source code.

The Following Shows the Contents of Output File named my_page.html
Constance Conner's Web Page

Constance Conner


I am a Computer Science Instructor at City College of San Francisco. I am happy to be teaching CS110A.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!