在Python中建立函式的方法是使用def 陳述句. 基本語法以範例說明:. def functionName(argv): #do someting return argv # can return something or not.
確定! 回上一頁