Files
2026-07-13 13:00:08 +08:00

7 lines
66 B
Python

def add(a, b):
return a - b
def mul(a, b):
return a * b