평균 구하기_프로그래머스_파이썬 나의 풀이 def solution(arr): answer = sum(arr)/len(arr) return answer Twitter Facebook LinkedIn Previous Next Comments
Comments