Python Forum
Python Program to Find the Total Sum of a Nested List
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python Program to Find the Total Sum of a Nested List
#1
kindly guide me how should I proceed to solve this problem:
[[4,5],[7,8,[20]],100]
Reply


Messages In This Thread
Python Program to Find the Total Sum of a Nested List - by vlearner - Jan-23-2022, 04:09 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Program to find Mode of a list PythonBoy 6 1,168 Sep-12-2023, 09:31 AM
Last Post: PythonBoy
  find random numbers that are = to the first 2 number of a list. Frankduc 23 3,288 Apr-05-2023, 07:36 PM
Last Post: Frankduc
  List all possibilities of a nested-list by flattened lists sparkt 1 945 Feb-23-2023, 02:21 PM
Last Post: sparkt
  Find (each) element from a list in a file tester_V 3 1,257 Nov-15-2022, 08:40 PM
Last Post: tester_V
  read a text file, find all integers, append to list oldtrafford 12 3,676 Aug-11-2022, 08:23 AM
Last Post: Pedroski55
  find some word in text list file and a bit change to them RolanRoll 3 1,569 Jun-27-2022, 01:36 AM
Last Post: RolanRoll
  How to find the second lowest element in the list? Anonymous 3 2,053 May-31-2022, 01:58 PM
Last Post: Larz60+
  Updating nested dict list keys tbaror 2 1,302 Feb-09-2022, 09:37 AM
Last Post: tbaror
  Find the highest value of a list Menthix 4 1,924 Oct-29-2021, 02:32 PM
Last Post: Menthix
  Looping through nested elements and updating the original list Alex_James 3 2,168 Aug-19-2021, 12:05 PM
Last Post: Alex_James

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020