Question:
let us consider the list=[1,2,3,[4,5,[6,7]]] is a list and the output should be [1,2,3,4,5,6,7]
so what is the solution plz comment us and find the least line of code to get the solution
let us consider the list=[1,2,3,[4,5,[6,7]]] is a list and the output should be [1,2,3,4,5,6,7]
so what is the solution plz comment us and find the least line of code to get the solution
No comments:
Post a Comment