Files
DD-SWNG-20251020-V/src/fancymath/math.py
2025-10-21 14:31:24 -05:00

3 lines
36 B
Python

def add(x1, x2):
return x1 + x2