Create main.py

This commit is contained in:
PeterGuek
2024-07-19 20:28:08 -07:00
committed by GitHub
parent 99cc86bc59
commit 3d103ebba6

5
Exercice5/main.py Normal file
View File

@@ -0,0 +1,5 @@
def sum(a, b):
return a + b
def subtraction(a, b):
return a - b