Rename main.py to main.py
This commit is contained in:
5
Exercice05/main.py
Normal file
5
Exercice05/main.py
Normal file
@@ -0,0 +1,5 @@
|
||||
def sum(a, b):
|
||||
return a + b
|
||||
|
||||
def subtraction(a, b):
|
||||
return a - b
|
||||
Reference in New Issue
Block a user