admin管理员组

文章数量:1794759

Python花式编程:6种方法计算1!+2!+...+n!

Python花式编程:6种方法计算1!+2!+...+n!

问题描述:

给定任意正整数n,计算1!+2!+3!+...+n!的值。

 

阅读原文

本文标签: 种方法Python