79314611

Date: 2024-12-28 21:56:50
Score: 2.5
Natty:
Report link

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

a = int(input('Enter 1st number: ')) b = int(input('Enter 2nd number: '))

print(f'Sum of {a} and {b} is {sum(a, b)}')

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Said Ahmed Dhagadheere