Feb-19-2018, 06:50 AM
Hello people. I'm a python beginner, and I'm currently working on a simple nested list problem, but I can't figure out quite well because I couldn't attend my python programming class for two weeks due to sickness. It'd be great if someone shows me how to approach and solve the problem. I appreciate your time.
"find and print the sum of each list."
list1 = [[1,3,4],[6,10,17],[21,53,73]]
list2 = [90,91,109],[110,120,300],[650,700,1000]
"find and print the sum of each list."
list1 = [[1,3,4],[6,10,17],[21,53,73]]
list2 = [90,91,109],[110,120,300],[650,700,1000]