The filter function operates on a list and returns a subset of that list after applying the filtering rule. example. in_list = [98,99,100,101,102] out_list = ...
確定! 回上一頁