Question: please help Question Code #045 Supposed List1 and List2 have 100 integers each. Write a Python program that tests if every element of List1 is
Question Code #045 Supposed List1 and List2 have 100 integers each. Write a Python program that tests if every element of List1 is equal to its corresponding element in List2. For example, the program must be able to check if List1[1] is equal to List2(1), List1[2] is equal to List2[2] etc. For each index, display 'same' if element is the same and display 'different' if the element is different
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
