fork download
  1. def set(self, n):
  2. #5 строк кода
  3. self.v = n
  4.  
  5. def change(self, n):
  6. #5 идентичных set строк кода
  7. self.v += n
  8.  
  9.  
Success #stdin #stdout 0.02s 9984KB
stdin
Standard input is empty
stdout
Standard output is empty