Python Forum

Full Version: Sum of Nested Lists
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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]
what have you tried? Please, post your code in code tags, full traceback (if you get any) in error tags and ask specific questions.
--- Code Removed ---