Can we convert a filter object in a list in Python? yes -. >>> orig = (x for x in range(20) # All integers from 0 to 19. >>> f = filter(lambda x:x%2, ...
確定! 回上一頁