Lv1. 연습문제 - 평균 구하기



설명할 필요도 없는 문제..


소스코드는 다음과 같다.

def solution(arr):
    return sum(arr) / len(arr)



평균 구하기 Github에서 보기