Question: (+35) Provide a python program which will inclusive 2. Display the array and its length (use the len function) 3. Display the average of all



(+35) Provide a python program which will inclusive 2. Display the array and its length (use the len function) 3. Display the average of all the integers in the array 4. Display the number of even integers (how many) 5. Display the number of odd integers (how many) 6. Display the number of integers>0 (how many) 7. Display the number of integers = median (See the : operator as in sub = array[2:6] know splice ) 10. Display the integers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
