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
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