Question: 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.
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. Here is an example of the program’s screen:
Once the user has entered the requested input, the program should create an HTML file, containing the input, for a simple Web page. Here is an example of the HTML content, using the sample input previously shown:
Enter your name: Julie Taylor Enter Describe yourself: I am a computer science major, a member of the Jazz club, and I hope to work as a mobile app developer after I graduate. Enter
Step by Step Solution
3.44 Rating (157 Votes )
There are 3 Steps involved in it
The below is the code in Python where the users will be asked to enter their names and a description ... View full answer
Get step-by-step solutions from verified subject matter experts
