| Hosted by CoCalc | Download
a = Mod(3,5) b = 8
hash(a)
3
hash(b)
8
a == b
True
z = {a:5, b:7}
z
{8: 7, 3: 5}
# OMFG!?