class A(int): def __hash__(self): return 1 print({A(1), A(2)})
Standard input is empty
{1, 2}
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!