Python 自訂函數的架構: ... def my_squared(x): '將輸入的數字平方之後回傳' return x ** 2 help(my_squared) # 查詢my_squared() 函數 ... 5.2.5 有多個輸出的函數.
確定! 回上一頁