Posts pythonTip 150 list深度
Post
Cancel

pythonTip 150 list深度

题目描述: 给你一个多层list L, 如 L=[1,2,3,[4,[5,6]]], 求出最内层[]的深度并输出, 如样例L的结果为3

示例: 输入: L = [1, 2, 3, [4, [5, 6]]] 输出: 3

分析: 稍等片刻。。。。

代码:

1
精彩马上继续。。。。。
This post is licensed under CC BY 4.0 by the author.
Trending Tags
Contents

pythonTip 149 合法括号序列

pythonTip 151 全排列序列

Trending Tags