Question: Jump to level 1 Two names are read from input into variables name 1 and name 2 . Then, two ages are read from input

Jump to level 1
Two names are read from input into variables name 1 and name2. Then, two ages are read from input into variab age2. Create a list named names_list to hold name1 and name2, and create a list named ages_list to hold age 1 a
Click here to show example
name1= input()
name2= input ()
age1 input())
age2 input())
I''' Your code goes here
print(names_list)
print(ages_list)
 Jump to level 1 Two names are read from input into

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!