Question: 1. Write a Python function to find the Min of the numbers in the sample list. Sample List. (8,2,3,0,7) 2. Write a Python function to
1. Write a Python function to find the Min of the numbers in the sample list. Sample List. (8,2,3,0,7) 2. Write a Python function to sum all the numbers in the sample list. Sample List: (8,2,3,0,12) 3. Write a Python function to find the Min and Max values in the sample list. Sample List. ('1000', 'z', 'Peter', '5x') 4. Write a Python function to find the number of items in the sample list. (Hint: use len(0) Sample List. ('1000', 'z', 'Peter', ' 5x ') 5. Import Module math, find the value of pi, and round pi with five digits after decimal. 6. Import Module random, create a list of integers from 17 to 45 , mix up the ordering of the list, randomly choose 5 unique elements from the list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
