Pathl.Stona/apks/mk.py
2026-01-30 18:08:36 +01:00

6 lines
65 B
Python

def add(a, b):
return a + b
def sub(a, b):
return a - b