Question: BIO/CSE/MBI 256 Introduction to Programming for the Life Sciences Assignment No.2. Due Day: 12:30 PM, January 15 (Tuesday), 2019 For this assignment, you need to
BIO/CSE/MBI 256 Introduction to Programming for the Life Sciences Assignment No.2. Due Day: 12:30 PM, January 15 (Tuesday), 2019 For this assignment, you need to use PyCharm to finish a Python script in batch mode. This script should have the name like MiamilD_assignmentz.py where MiamilD should be your real Miami ID (e &,liangc). You need to finish the following different functions anwot finish wung pthan # Given a numeric list named one-list, you need to find its length, maximum value # minimum value, mean value, and summation. Then, return the following 5 variables # out of this function. def list-summary(one-list): return list Jen, max val, min_val, mean_val, total SMmmathon 5 variabluo In the main part of your python script, you need to call this function once by using a numeric list without a name. In this function call, you need to design five variables to receive the five objects returned by this function. Then, use these five variables to print the following exact content: 1. Result for list_summary) The list length is (5 The maximum value is [81 The minimum value is t0) The average value is [3) The total sumnation is (15) # The underlined parts are changeable # Other parts must be the same as described
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
