Question: Using Python. The function is supposed to mutate the list, not create a new one. I understand how to pop or append a list, but
Using Python. The function is supposed to mutate the list, not create a new one. I understand how to pop or append a list, but not how to replace a value.

Mutation Write a function zero_negative. It takes a list containing integers, and mutates it so all negative values become zero. The function must return None. 0/3 points Attempts: 5/6 8 \#\# You definitely should write additional tests
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
