Rename main.py to main.py

This commit is contained in:
PeterGuek
2024-07-24 07:17:40 -07:00
committed by GitHub
parent 06b988bd9b
commit 129d960199

5
Exercice05/main.py Normal file
View File

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