Write a function to find the average of the list of numbers?
Login to Submit
Input: [1, 1, 1] Output: 1 Input: [1, 2, 3] Output: 2 Input: [1, 2, 3, 4, 5] Output: 3