为了账号安全,请及时绑定邮箱和手机立即绑定

为什么在这上面运行通过了在电脑上运行会提示错误Traceback (most recent call last): File "D:\czp.py", line 321, in <module> print sum(L) TypeError: 'int' object is not callable

L=[]
x=1
N=100
while x<=N:
    L.append(x*x)
    x=x+1
print sum(L)


正在回答

举报

0/150
提交
取消
初识Python
  • 参与学习       758625    人
  • 解答问题       8667    个

学python入门视频教程,让你快速入门并能编写简单的Python程序

进入课程

为什么在这上面运行通过了在电脑上运行会提示错误Traceback (most recent call last): File "D:\czp.py", line 321, in <module> print sum(L) TypeError: 'int' object is not callable

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信