Question: Task: To complete this assignment, you should create a Python script with comments that: Asks a user for their first name and store the input
Task: To complete this assignment, you should create a Python script with comments that:
- Asks a user for their first name and store the input in a variable.
- Asks a user for their last name and store the input in a variable.
- Asks a user for their address and store the input in a variable.
- Asks a user for their city and store the input in a variable.
- Asks a user for their state and store the input in a variable.
- Asks a user for their zip code and store the input in a variable.
- Asks a user for the year they were born and store the input in a variable.
- Asks a user for the name of a friend and store the input in a variable.
- Asks a user for an action verb and store the input in a variable.
- Output all the variables in a short story of your choosing using concatenation. The story should be something fun and utilize the user's information in a creative way.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
