Create main.py

This commit is contained in:
PeterGuek 2024-07-19 20:28:08 -07:00 committed by GitHub
parent 99cc86bc59
commit 3d103ebba6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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