啊還是挑一下吧——在python中如何篩選list, dict, pd. ... list(filter(lambda x : x % 2 == 1, list1)) # 記得要再放進去list()裡面才會得到list list2 # [1, 3, 5] ...
確定! 回上一頁