再來第二行程式碼內我們訂一個變數result,result 是什麼?result ... 函式回傳字串Hi def add(n1, n2): result=n1+n2 return "Hi" # 呼叫函式,取得 ...
確定! 回上一頁