softnshare / kata

Code Kata 這個概念是由 The Pragmatic Programmer 的作者之一Dave Thomas提出的, 想要提升自己的coding skill嗎? 歡迎加入這個slack channel, 加入請參考右邊網頁說明
https://softnshare.wordpress.com/slack/kata/
38 stars 4 forks source link

Calculate average #32

Open freedom5566 opened 6 years ago

freedom5566 commented 6 years ago

https://www.codewars.com/kata/calculate-average/

題目

Write function avg which calculates average of numbers in given list.

寫一個函式計算數字列表中數字平均值