单项选择题

sympy中,用哪个函数可以求出阶乘()

A.diff(f,x)
B.integrate(f,(x,1,2))
C.factorial(3)
D.root(x,2)