🌈 搜索
📅  最后修改于: 2022-03-11 14:45:05.980000             🧑  作者: Mango
temp = [[0,1],[0,2,3], [1], [1,2,3,4]] print(max(map(len,temp))) #4