Python-Thunder icon indicating copy to clipboard operation
Python-Thunder copied to clipboard

Length of a Nested List

Open guptadhaval18 opened this issue 5 years ago • 2 comments

Before jumping into Pr first comment for assign.All Problem from Edabit. Link is mandatory to add

**Problem statement:**Python's len() method will return the number of elements in a list. For example, the list below contains 2 elements: [1, [2, 3]] 2 elements, number 1 and list [2, 3] Suppose we instead wanted to know the total number of non-nested items in the nested list. In the above case, [1, [2, 3]] contains 3 non-nested items, 1, 2 and 3. Create a function that returns the total number of non-nested items in a nested list. Problem Link: https://edabit.com/challenge/xmwdk2qwyZEt7ph49


Before submitting a PR please Check some details.Check Edabit for problem task

  • [ ] fileName formet should be in camelcase example- returnTheNextNumber.py
  • [ ] Add label for Problem
  • [ ] In file there should be problem statement and link to probelm example -
'''
    Probem Task : This program will add two numbers
    Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
'''
*/
def main():
    return a + b

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github Good Luck,

guptadhaval18 avatar Oct 08 '20 03:10 guptadhaval18

@aayushi-droid Please assign me this task

guptadhaval18 avatar Oct 08 '20 03:10 guptadhaval18

Should i request for PR.

nitish771 avatar Nov 10 '20 06:11 nitish771

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Sep 28 '22 03:09 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Oct 13 '22 03:10 github-actions[bot]