python实现0~100的平方和,用sum()函数接收一个list作为参数,并返回list所有元素之和。请计算 1*1 + 2*2 + 3*3 + ... + 100*100。

NoSuchKey

猜你喜欢

转载自blog.csdn.net/Mumaren6/article/details/108713170