python累加求和for python自定义函数求和 python累加求和怎么写?使用range生成1~n,然后使用list表达式生成1/n平方,并求和([1/pow(n,2)for n in range(1,10)如何用... 2021-03-11 2627次浏览