再來看一次〈Python 3 Tutorial 第四堂(1)資料處理函式〉中的例子: lt = ['Justin', 'caterpillar', 'openhome'] print(list(filter(lambda ele: len(ele) > 6, ...
確定! 回上一頁