Question: python Write a function that takes a list of numbers as an argument and returns a filtered version of the list based on the following
python
Write a function that takes a list of numbers as an argument and returns a filtered version of the list based on the following criteria. If the number is odd, delete it. If the number is negative, transform it to positive. If the number is even, multiply it by 2
Step by Step Solution
There are 3 Steps involved in it
To solve this problem we need to write a function in Python that processes a list of numbers accordi... View full answer
Get step-by-step solutions from verified subject matter experts
