79598966

Date: 2025-04-29 18:21:19
Score: 1.5
Natty:
Report link

you need to do return:

def add_numbers(a, b):
    return a + b

print(add_numbers(3, 5))
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Tinyfold