Question: write a python program Supposed List1 and List2 have 100 integers each. Write a Python program that tests if every element of List1 is equal

write a python program
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.
please solve this in 10 minutes and ASAP thank you

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!