In the topic, you've got acquainted with the Sum() function that counts the given arguments. Complete the function in such a way as to calculate an average value of the given numbers. In the input, you get three numbers, and you need to output their average value.
Tip: Use the len() function to determine the slice length.