Home > other >  This code is wrong
This code is wrong

Time:10-03

The class New_int (int) :
Def __init__ (self, x, y) : self. X=x self. Y=y
Def __add__ (self, other) : return int. J __sub__ (self, other)
Def __sub__ (self, other) : return int. J __add__ (self, other)
  • Related