什麼是返回值. 返回值指的是函數返回的結果;; return執行完畢後面的語句將不會再執行;. def add(x, y): print(x, y) #輸出:10 20 return x + y ...
確定! 回上一頁