Learn to code with step-by-step lessons. A place for students to work through programming fundamentals and build skills.
Shelf A and shelf B each have the same number of integer counts (e.g. three products). They are stored as two lists in your code, same length.
Create a third list where each entry is A[i] + B[i] for each index.
Print all three lists.
Skills: range(len(list)), parallel lists.