Question: Write a program to input containing a name, age, address, and location coordinates from the user. This information must be stored as a list that



Write a program to input containing a name, age, address, and location coordinates from the user. This information must be stored as a list that contains two string objects, an integer object and a tuple object. Print this list. When input is Nao 33 Buren St 23.22 2.44 Standard output exactly matches ['Nao', 33, 'Buren St', (23.22, 2.44)] Index O type:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
