Question: Please use Python3 O Write a function to print the even numbers from a given list. -Function name should be 'print even'. - A list

Please use Python3
O Write a function to print the even numbers from a given list. -Function name should be 'print even'. - A list is given as input to the function. -The function must return a list of even numbers. -The code below will print '12, 4, 6, 8]' def print_even(numbers): even-[] # write statement return even print(print even([1, 2, 3, 4,5, 6,7, 8])
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
