可以快速上手的开发文档
第一种:利用functools工具处理importfunctoolsresult=(lambdak:functools.reduce(int.__mul__,range(1,k+1),1))(5)prin..