Python-Thunder
Python-Thunder copied to clipboard
Length of a Nested List
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,
@aayushi-droid Please assign me this task
Should i request for PR.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.