Python筆記——(一)

1.階乘函數:python 輸入:函數 import math print math.factorial(0) print math.factorial(1) print math.factorial(6) 輸出: >>> 1 1 720
相關文章
相關標籤/搜索