translate lesson 2 to zh-tw

This commit is contained in:
CRTao
2021-02-20 12:12:16 +08:00
parent fca28477e4
commit 63eb473b9a
11 changed files with 799 additions and 12 deletions

View File

@@ -0,0 +1,13 @@
# 把玩函式
## 簡介
建立不同的函式,有的回傳數值,有的不回傳數值。
看看你是否能讓函式有多樣的參數輸入與參數預設值。
## 學習評量
| 作業內容 | 優良 | 普通 | 待改進 |
| -------- | ----------------------- ------------------ | -------------------------- | -------------- |
| | 建立兩個以上多樣參數輸入且功能豐富的函式。 | 建立一個有參數輸入的函式。 | 函式出現問題。 |