Question: In this question, the function below first_negative takes a list of numbers (creatively-named numbers ). Your goal is to write a while loop that searches

In this question, the function below first_negative takes a list of numbers (creatively-named numbers ). Your goal is to write a while loop that searches for the first negative number in the list. You should set the variable num equal to that negative number. If there is no negative number in the list (all the numbers are just return 0 , in other words, variable holds the value 0. 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
