
Python错误
11萍萍子
sy
展开
-
TypeError: unsupported operand type(s) for -: ‘list‘ and ‘list‘
【代码】TypeError: unsupported operand type(s) for -: ‘list‘ and ‘list‘原创 2023-09-15 09:23:02 · 411 阅读 · 0 评论 -
unexpected EOF while parsing
原因:缺少半部分括号。原创 2023-03-25 00:35:28 · 142 阅读 · 0 评论 -
raise KeyError(key) from errKeyError: 1
解决: 没有键值key,将字典变为列表。原创 2023-03-22 16:16:04 · 3149 阅读 · 1 评论