1. math.factorial(x) import math value = math.factorial(x) 2. reduce函数 def factorial(n): return redu … Continue reading Python中求阶乘(factorial)
1. math.factorial(x) import math value = math.factorial(x) 2. reduce函数 def factorial(n): return redu … Continue reading Python中求阶乘(factorial)