Question: 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
Get step-by-step solutions from verified subject matter experts
