Question: Python problem Function Arguments: This function takes one argument (a python list) Task: you will find the even numbers in the given list and

Python problem

""" Function Arguments: This function takes one argument (a python list)

Task: you will find the even numbers in the given list and return a new list with only these even numbers for example if the given list is [1, 2, 5, 8, 12]. Your function should return [2, 8, 12]

What it returns: A new list with even numbers If the list does not have any even numbers, return empty list []

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!