I was learning about python hash function and came across the following behavior.
>>> hash(-1) -2 >>> hash(-2) -2
SO alread