How to find the longest list in a list?

前端 未结 3 1130
梦如初夏
梦如初夏 2020-12-10 14:45

Given a list of lists, the length of the longest list can be found with the following code.

values = [[\'a\',\'a\'], [\         


        
3条回答
提交回复
热议问题