Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a python program that asks a user if they want to be added to the mailing list for a company. They will type Y
Write a python program that asks a user if they want to be added to the mailing list for a company. They will type Y or N. If they type Y, prompt for the following:
- a first name (as a string)
- a last name (as a string)
- an address (as a string)
- a city (as a string)
- a state (as a string)
- a zip code (as an integer)
Then print an address label like the one shown in the sample run below. Formatting is important.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started