Exercise: Calculate the average value

Create a function called get_avg that takes a list of numbers as argument and returns the average of those numbers.
Python
Setting up Python environment...
Output