another question 3
Can you show me what this would like in python idle? So i can compare to what I have?
Write a program to collect input from the user for two complete addresses (name, street number, street name, city, state, and zip code) from the command-line prompt. You will first need to create variables to store the addresses in the variables, and then create the appropriate built-in functions to capture the input from the addresses from the user. The street number and zip must be represented in the system as numerical values. You will accomplish this using what you’ve learned in the first few weeks of this class. Create a program that captures user input and uses variables to store the addresses to be printed.