Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Make a python program with three people for names and ages, and print them. Use two empty list variables, and then use append() method to
Make a python program with three people for names and ages, and print them. Use two empty list variables, and then use append() method to the names and ages. enter name 1: Jon Dow enter age1: 22 enter name2: Jame Dean See IE-1-4. enter age2:33 enter name3: Kelly Brook enter age3: 23 names: [Jon Dow', Jame Dean', 'Kelly Brook] age: ['22', '33', '23]
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