Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Return Average
Python Code Challenge
111 -
Create a function that takes in a list of numbers and returns the sum of all elements that are greater than the average of the elements
Python
Lists
Functions