在Python中建立函式的方法是使用def 陳述句. 基本語法以範例說明: ... from math import sqrt >>> def prime(num): ... for i in range(2,int(sqrt(num))): ... if ...
確定! 回上一頁