跳到内容
首页
学编程
学软件
学电脑
服务器
搜索
标签:
python累加求和
python累加求和代码
1、使用 for循环,定义一个累加求和函数sum2(n),for循环的作用就是循环遍历。 defSum(*ar […]