Unnamed
public python v1 · immutableclass True(object): def __eq__(self, other): print "hello world" def __add__(self, other): print "how are you today?" def __ne__(self, other): print "so.. i gotta go."True = True()True != True + (True == True)