Python报错 python unhashable type

来源:互联网 发布:国外的知乎 编辑:程序博客网 时间:2024/06/02 05:41

Python中的key 不可以是 list类型  因为 list是可变的  不能被hash    


阅读全文
0 0