Question: Write a one-liner in Python that takes two lists 11 and 12 of the same length, adds them together and returns a result. Your code

Write a one-liner in Python that takes two lists 11 and 12 of the same length, adds them together and returns a result. Your code must not use built in methods such as sum or zip. You may use the len function to compute the length of a list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
