python 内置方法 __int__, __str__, __repr__,__eq__,__hash__他们是必须有返回值得!
__init__ ,__hash__ 返回整数
__str__, __repr__ 返回字符串
__eq__ 返回布尔值