Question: Let's have a python array: tmp = [5, 7, 15, 25, 21, 18, 20, 22, 5, 7] Write the python program that computes the average
Let's have a python array: tmp = [5, 7, 15, 25, 21, 18, 20, 22, 5, 7] Write the python program that computes the average of the all the values in ar that are greater than 8 and lower than 21. The python program should be written directly as the answer to this task. Use ONLY instructions shown during the lecture on the slides - do not use any other python functions!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
