Question: write program in python Write a program to add two lists index-wise. Create a new list containing the 0 th index item from both lists,
write program in python

Write a program to add two lists index-wise. Create a new list containing the 0 th index item from both lists, then the 1 st index item, and so on until the last element. Any leftover items will get added at the end of the new list. Display the type of the used data structure
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
