列举python的可变类型和不可变类型

可变的
# unhashable type: 'list'
# unhashable type: 'dict'
# unhashable type: 'set'
# 不可变
# hashable type:str
# hashable type:int
# hashable type:bool、tuple
原文地址:https://www.cnblogs.com/lfdyyy/p/13340811.html