Question: def even _ avg ( values ) : - - - - - - - - - - - - - -

def even_avg(values): """------------------------------------------------------- Returns the average (integer, rounded down) of all even numbers in values. If values has no even numbers, the average is 0. Use: ea = even_avg(values)------------------------------------------------------- Parameters: values - a list of values (list of int) Returns: ea - the average of the even numbers in values (int)-------------------------------------------------------""" # your code here return

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!