aayushi-droid / Python-Thunder

A curated list of Python applications
MIT License
86 stars 158 forks source link

Length of a Nested List #274

Closed guptadhaval18 closed 1 year ago

guptadhaval18 commented 3 years ago

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

This repository is vaild for HacktoberFest2020

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

guptadhaval18 commented 3 years ago

@aayushi-droid Please assign me this task

nitish771 commented 3 years ago

Should i request for PR.

github-actions[bot] commented 1 year ago

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

github-actions[bot] commented 1 year ago

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