My function that I made to return all sublists in a list of lists keeps returning an empty element, why is this?

后端 未结 0 1161
渐次进展
渐次进展 2020-11-21 09:39
def only_evens(lst: List[List[int]]) -> List[List[int]]:
    """Return a list of the lists in lst that contain only even integers. 
   
    >>         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题