0
点赞
收藏
分享

微信扫一扫

Python:中报错 “TypeError: ‘list‘ object is not callable”

Go_Viola 2022-04-04 阅读 119
python

Python中报错 “TypeError: ‘list‘ object is not callable”

代码中运用了list列表,或者你已经命名,并且已经赋值,所以再次调用时,list存在的是你定义的list,而非系统中的list。
这是要用 del list。释放资源

举报

相关推荐

0 条评论