Python小程序-迭代输出多层嵌套列表中的每个元素并显示嵌套列表的层次结构 发表评论 程序代码: def iteration(list_name,indent = False,level = 0) […]