#!/usr/local/bin/python2 class C: def __eq__(self): return True print hash((1, 0)) == hash((1, 0))