Question: pls solve this in 10 minutes write a python program Supposed List1 and List2 have 100 integers each. Write a Python program that tests if
pls solve this in 10 minutes
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.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
