Question: PYTHON Implement the following: 1) Write a function dropLowest() with one parameter nums. 2) nums is a list that contains any 6 random numbers in
PYTHON
Implement the following: 1) Write a function dropLowest() with one parameter nums. 2) nums is a list that contains any 6 random numbers in the range (100,100) inclusive. 3) dropLowest() should return the updated list which drops the lowest number in nums. 4) Call the function, droplowest() with the argument n,n=[10,44,8.88,77.77,60]. 5) Print the result of the function call. Make sure to precisely match the output format below. Write your code in the ANSWER area provided below (must include comments if using code is not covered in the course)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
