Python笔记——(一)

1.阶乘函数:python 输入:函数 import math print math.factorial(0) print math.factorial(1) print math.factorial(6) 输出: >>> 1 1 720
相关文章
相关标签/搜索