Computer Science, asked by chennamseetyvinay, 9 months ago

Write a python program using recursion to traverse every single element of the nested
list.
[10,20,15,[11,”hello”,25.5,[123,15,”hi”,[10,20],52],100,200],15,50,[51,”welcome”],1000
]​

Answers

Answered by sidhant014
0

I think you should search the code from Google and paste the code in your editor it will take nearly half n hour

Similar questions