Question: how do I code this on python please 7. Print out a list of lists pairing the elements, at each index, from four separate lists.

how do I code this on python please
how do I code this on python please 7. Print out a

7. Print out a list of lists pairing the elements, at each index, from four separate lists. For example, given the lists ids=[1,2,3] course_number =[ 'ECO4421', 'EC04932', 'EC04993'] course_nate = ['Econometrics', 'Topics in Theory', 'Seminar'] course_prof =[ 'P, Bidarkota', 'D.Yilmazkuday', 'J. Bull' ] your code should print the single list [(1, 'EC04421', 'Eeonometrics', 'P,Bidarkota'), (2. 'EC04932', 'Topics in Theory', 'D.Yilmazkuday'), (3, 'ECO4903', 'Seminar', 'J.Bull')]

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!