Mean value

Complete the following excercises:

Exercise 1

Use a for loop to calculate the mean value of a list of numbers

Exercise 2

Use the built-in functions 'sum()' and 'len()' to calculate the mean value of a list of numbers

Exercise 3

Create a function which calculates the mean value of a list of numbers