题目让把一个列表(内部有很多列表),类似[1,[2[54],6]99]这样,求解答怎样判断列表类型
收起
data = [1,[2[54],6]99] isinstance(data, (list,tuple) )
报告相同问题?