专家级程序员写阶乘

#专家级程序员
import c_math
fact = c_math.fact
print fact(6)
#英语系的专家级程序员
import c_maths
fact = c_maths.fact
print fact(6)
#其实就是复数的区别

编程技巧