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.
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
Get step-by-step solutions from verified subject matter experts
