Question: Complete the following function according to its docstring. Use a for loop. 11 aef 2 first even (items : List [int]) int: -> Return the
11 aef 2 first even (items : List [int]) int: -> "Return the first even number from items. Return -1 if items contains no even numbers. 5 6 7 >>> first_even ([5, 8, 3, 21) >>>first even (17, 1]) 9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
