Accessing every single letter in all elements of nested lists in Python

前端 未结 0 1439
感动是毒
感动是毒 2020-11-27 20:39

I want to printed every single letter in all elements of a nested list in Python. For examaple if the list is :

my_list=[book,map,[red,pink,[berry,lemon]],pen         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题