Question: Erom typing import List 3 def only_evens(1st: List List[int]]) -> List[List[int]] Return a list of the lists in 1st that contain only even integers 5
![Erom typing import List 3 def only_evens(1st: List List[int]]) -> List[List[int]]](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f3d467f3591_65566f3d4679227c.jpg)
Erom typing import List 3 def only_evens(1st: List List[int]]) -> List[List[int]] Return a list of the lists in 1st that contain only even integers 5 6 >>> only_evens(t1, 2, 41. [4, 0, 6, [22, 4, 3], 1211) 4, 0, 6, [211 10 even lists- for sublist in lst: 12 13 # write your code here (please read above for a suggested approach) 15 16 return even_lists
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
