Question: In python Write a function which takes one parameter, a list, and returns a list. This function should increase the even numbers of this list
In python Write a function which takes one parameter, a list, and returns a list. This function should increase the even numbers of this list by 2. The original list which is sent as a parameter to this function should not be affected by the changes you made in the function.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
