79821436

Date: 2025-11-16 11:59:08
Score: 1.5
Natty:
Report link

If you programming language has functions like max - min, it's easy to do it in that way

def abs(a, b):
  return max(a, b) - min(a, b)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Fatih Erikli