2024-07-24 07:17:40 -07:00

6 lines
74 B
Python

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