0
如果沒有forloop,有沒有辦法做到以下幾點?如何獲得列表中的最大長度項目
list = ['https:', '', 'store.playstation.com', 'chihiro-api',
'viewfinder', 'BR', 'pt', '999', 'UV0004-NPVA17938_CN-0000000000029839'
]
get_max_lengthed_item(list)
==> 'UV0004-NPVA17938_CN-0000000000029839'
通過最大加長項目,你的意思是最長的項目? – michaelpri
不要使用'list'作爲變量名稱,因爲它是內置的。 –