啊還是挑一下吧——在python中如何篩選list, dict, pd. ... 篩選list-使用filter() list1 = [1,2,3,4,5,6] list2 = list(filter(lambda x : x % 2 == 1, list1)) # 記得 ...
確定! 回上一頁